xyz.cofe.json4s3.derv.errors

Type members

Classlikes

sealed trait DervError extends JsonError
Companion:
object
object DervError
Companion:
class
case class FieldNotFound(message: String) extends NoStackErr with DervError
case class FromSumFail(message: String) extends NoStackErr with DervError
case class NestedParserError(error: ParserError) extends NoStackErr with DervError
case class NestedTokenError(error: TokenError) extends NoStackErr with DervError
case class NotMatched() extends NoStackErr with DervError
case class ToSumFail(message: String) extends NoStackErr with DervError
case class TypeCastFail(message: String) extends NoStackErr with DervError