Success

fm.serializer.validation.ValidationResult$.Success$
object Success extends ValidationResult

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Success.type

Members list

Value members

Concrete methods

override def errors: IndexedSeq[ValidationError]

Attributes

Definition Classes
override def isFailure: Boolean

Attributes

Definition Classes
override def isSuccess: Boolean

Attributes

Definition Classes
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any