Fail

com.netflix.atlas.core.validation.ValidationResult.Fail
case class Fail(rule: String, reason: String, tags: Map[String, String]) extends ValidationResult

Indicates the tag set violates at least one of the rules.

Value parameters

reason

Description of the failure.

rule

Name of the rule that failed.

tags

The set of tags that was checked. This is used to help provide context to the user when the failure is displayed.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def isSuccess: Boolean

Inherited methods

def isFailure: Boolean

Attributes

Inherited from:
ValidationResult
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product