Module error

Source
Expand description

Error module includes all encode and decode errors among all codecs. Encoding can result to EncodeError and decoding can result to DecodeError. Backtraces are enabled by default with backtraces feature. See submodules for other error types.

Modules§

strings
Errors specific to string conversions, permitted alphabets, and other type problems.

Structs§

DecodeError
An error type for failed decoding for every decoder. Abstracts over the different generic and codec-specific errors.
EncodeError
An error type for failed encoding for every encoder. Abstracts over the different generic and codec-specific errors.

Enums§

BerDecodeErrorKind
DecodeError kinds of Kind::CodecSpecific which are specific for BER.
BerEncodeErrorKind
EncodeError kinds of Kind::CodecSpecific which are specific for BER.
CodecDecodeError
Variants for every codec-specific DecodeError kind.
CodecEncodeError
Variants for every codec-specific EncodeError kind.
CoerDecodeErrorKind
CoerEncodeErrorKind
DecodeErrorKind
DecodeError kinds which are common for all codecs.
DerDecodeErrorKind
DecodeError kinds of Kind::CodecSpecific which are specific for DER.
EncodeErrorKind
EncodeError kinds which are common for all codecs.
JerDecodeErrorKind
An error that occurred when decoding JER.
JerEncodeErrorKind
EncodeError kinds of Kind::CodecSpecific which are specific for UPER.
OerDecodeErrorKind