scodec.Err
See theErr companion object
trait Err
Describes an error.
An error has a message and a list of context identifiers that provide insight into where an error occurs in a large structure.
This type is not sealed so that codecs can return domain specific subtypes and dispatch on those subtypes.
Attributes
- Companion
- object
- Source
- Err.scala
- Graph
-
- Supertypes
- Known subtypes
-
class Mismatchclass ChecksumMismatchclass UnknownDiscriminatorclass Compositeclass Generalclass InsufficientBitsclass MatchingDiscriminatorNotFound[A]
Members list
In this article