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
final def fold[Z](invalidDataCase0: (Chunk[String], String) => Z, missingDataCase0: (Chunk[String], String) => Z, sourceUnavailableCase0: (Chunk[String], String, Cause[Throwable]) => Z, unsupportedCase0: (Chunk[String], String) => Z)(andCase0: (Z, Z) => Z, orCase0: (Z, Z) => Z): Z
Inherited from:
Error
final def foldContext[C, Z](context: C)(folder: Folder[C, Z]): Z
Inherited from:
Error
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
final def isMissingDataOnly: Boolean
Inherited from:
Error
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