ValidationError

net.hamnaberg.schema.ValidationError
final case class ValidationError(message: String, history: List[CursorOp])

Attributes

Source
ValidationError.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def path: String

Attributes

Source
ValidationError.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product