wvlet.airframe.msgpack.spi.ErrorCode$
See theErrorCode companion trait
object ErrorCode
Attributes
Members list
Type members
Classlikes
case object INSUFFICIENT_BUFFER extends InternalError
Attributes
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait InternalErrortrait ErrorCodeclass Objecttrait Matchableclass AnyShow all
- Self type
-
INSUFFICIENT_BUFFER.type
case object INTEGER_OVERFLOW extends TypeConversionError
Attributes
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait TypeConversionErrortrait ErrorCodeclass Objecttrait Matchableclass AnyShow all
- Self type
-
INTEGER_OVERFLOW.type
case object INVALID_EXT_FORMAT extends InvalidFormatError
Attributes
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait InvalidFormatErrortrait ErrorCodeclass Objecttrait Matchableclass AnyShow all
- Self type
-
INVALID_EXT_FORMAT.type
case object INVALID_STRING_CODING extends InvalidFormatError
Attributes
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait InvalidFormatErrortrait ErrorCodeclass Objecttrait Matchableclass AnyShow all
- Self type
case object INVALID_TYPE extends TypeConversionError
Attributes
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait TypeConversionErrortrait ErrorCodeclass Objecttrait Matchableclass AnyShow all
- Self type
-
INVALID_TYPE.type
case object INVALID_TYPE_CAST extends TypeConversionError
Attributes
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait TypeConversionErrortrait ErrorCodeclass Objecttrait Matchableclass AnyShow all
- Self type
-
INVALID_TYPE_CAST.type
trait InternalError extends ErrorCode
Attributes
- Supertypes
- Known subtypes
-
object INSUFFICIENT_BUFFER.type
trait InvalidFormatError extends ErrorCode
Attributes
- Supertypes
- Known subtypes
-
object INVALID_EXT_FORMAT.typeobject INVALID_STRING_CODING.typeobject NEVER_USED_FORMAT.typeobject TOO_LARGE_MESSAGE.type
case object NEVER_USED_FORMAT extends InvalidFormatError
Attributes
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait InvalidFormatErrortrait ErrorCodeclass Objecttrait Matchableclass AnyShow all
- Self type
-
NEVER_USED_FORMAT.type
case object TOO_LARGE_MESSAGE extends InvalidFormatError
Attributes
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait InvalidFormatErrortrait ErrorCodeclass Objecttrait Matchableclass AnyShow all
- Self type
-
TOO_LARGE_MESSAGE.type
trait TypeConversionError extends ErrorCode
Attributes
- Supertypes
- Known subtypes
In this article