Failure

io.borsh4s.Decoder$.Failure$
See theFailure companion trait
object Failure

Attributes

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

Members list

Concise view

Type members

Classlikes

final case class BufferException(cause: Throwable, bytes: ByteBuffer) extends Failure

Attributes

Graph
Supertypes
trait Product
trait Equals
trait Failure
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
final case class InvalidBooleanValue(value: Byte, bytes: ByteBuffer) extends Failure

Attributes

Graph
Supertypes
trait Product
trait Equals
trait Failure
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
final case class InvalidLength(value: Int, bytes: ByteBuffer) extends Failure

Attributes

Graph
Supertypes
trait Product
trait Equals
trait Failure
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
final case class InvalidListElement(index: Int, cause: Failure) extends Failure

Attributes

Graph
Supertypes
trait Product
trait Equals
trait Failure
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
final case class InvalidOptionValue(value: Byte, bytes: ByteBuffer) extends Failure

Attributes

Graph
Supertypes
trait Product
trait Equals
trait Failure
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
final case class InvalidUnionValue(index: Int, name: String, bytes: ByteBuffer) extends Failure

Attributes

Graph
Supertypes
trait Product
trait Equals
trait Failure
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any

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