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

Type members

Classlikes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Inherited and Abstract 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