ValidationResult

com.netflix.atlas.core.validation.ValidationResult
See theValidationResult companion trait

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

case class Fail(rule: String, reason: String, tags: Map[String, String]) extends ValidationResult

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

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

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case object Pass extends ValidationResult

Indicates the tag set passed validation with no issues.

Indicates the tag set passed validation with no issues.

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Pass.type

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror