CodecError
Hierarchy
- Readonly<Error & { cause: unknown; message: string; name: CodecError; stack: string } & { name: CodecError } & { input: unknown }>
- CodecError
Index
Constructors
constructor
Error constructor
Properties
readonlyinheritedinput
Input given for encoding/decoding
staticreadonlyinheritederrorName
Error name
Methods
staticinheritedasString
Static method to convert an error to a string
staticinheritedhasInstance
Return true if anyValue is an instance of current class
Codec Error constructor