InvalidData

final case class InvalidData(path: Chunk[String], message: String) extends Error
trait Product
trait Equals
trait Error
trait NoStackTrace
class Exception
class Throwable
class Object
trait Matchable
class Any

Value members

Concrete methods

def prefixed(prefix: Chunk[String]): InvalidData
override def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Returns:

a string representation of the object.

Definition Classes
Throwable -> Any

Inherited methods

def &&(that: Error): Error
Inherited from:
Error
final def addSuppressed(x$0: Throwable): Unit
Inherited from:
Throwable
override def fillInStackTrace(): Throwable
Definition Classes
NoStackTrace -> Throwable
Inherited from:
NoStackTrace
Inherited from:
Throwable
Inherited from:
Throwable
override def getMessage(): String
Definition Classes
Inherited from:
Error
Inherited from:
Throwable
final def getSuppressed(): Array[Throwable]
Inherited from:
Throwable
Inherited from:
Throwable
Inherited from:
Throwable
Inherited from:
Throwable
def printStackTrace(): Unit
Inherited from:
Throwable
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product
def setStackTrace(x$0: Array[StackTraceElement]): Unit
Inherited from:
Throwable
def ||(that: Error): Error
Inherited from:
Error