io.borsh4s.Decoder.Failure
See theFailure companion trait
object Failure
Attributes
Members list
Type members
Classlikes
final case class BufferException(cause: Throwable, bytes: ByteBuffer) extends Failure
Attributes
- Supertypes
-
trait Producttrait Equalstrait Failureclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
final case class InvalidBooleanValue(value: Byte, bytes: ByteBuffer) extends Failure
Attributes
- Supertypes
-
trait Producttrait Equalstrait Failureclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
final case class InvalidLength(value: Int, bytes: ByteBuffer) extends Failure
Attributes
- Supertypes
-
trait Producttrait Equalstrait Failureclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
final case class InvalidListElement(index: Int, cause: Failure) extends Failure
Attributes
- Supertypes
-
trait Producttrait Equalstrait Failureclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
final case class InvalidOptionValue(value: Byte, bytes: ByteBuffer) extends Failure
Attributes
- Supertypes
-
trait Producttrait Equalstrait Failureclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
final case class InvalidUnionValue(index: Int, name: String, bytes: ByteBuffer) extends Failure
Attributes
- Supertypes
-
trait Producttrait Equalstrait Failureclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
Inherited and Abstract types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Mirror
The name of the type
The name of the type
Attributes
- Inherited from:
- Mirror
In this article