VPackError

avokka.velocypack.VPackError$
See theVPackError companion trait
object VPackError

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
VPackError.type

Members list

Type members

Classlikes

final case class Codec(err: Err) extends Exception, VPackError

Attributes

Supertypes
trait VPackError
trait Product
trait Equals
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
final case class Conversion(exception: Throwable, history: List[String]) extends Exception, VPackError

Attributes

Supertypes
trait VPackError
trait Product
trait Equals
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
final case class IllegalValue(message: String, history: List[String]) extends Exception, VPackError

Attributes

Supertypes
trait VPackError
trait Product
trait Equals
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
final case class NotEnoughElements(history: List[String]) extends Exception, VPackError

Attributes

Supertypes
trait VPackError
trait Product
trait Equals
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
final case class ObjectFieldAbsent(name: String, history: List[String]) extends Exception, VPackError

Attributes

Supertypes
trait VPackError
trait Product
trait Equals
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
final case class Overflow(l: Long, history: List[String]) extends Exception, VPackError

Attributes

Supertypes
trait VPackError
trait Product
trait Equals
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
final case class WrongType(v: VPack, history: List[String]) extends Exception, VPackError

Attributes

Supertypes
trait VPackError
trait Product
trait Equals
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror