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§
- Decode
Error - An error type for failed decoding for every decoder. Abstracts over the different generic and codec-specific errors.
- Encode
Error - An error type for failed encoding for every encoder. Abstracts over the different generic and codec-specific errors.
Enums§
- BerDecode
Error Kind DecodeError
kinds ofKind::CodecSpecific
which are specific for BER.- BerEncode
Error Kind EncodeError
kinds ofKind::CodecSpecific
which are specific for BER.- Codec
Decode Error - Variants for every codec-specific
DecodeError
kind. - Codec
Encode Error - Variants for every codec-specific
EncodeError
kind. - Coer
Decode Error Kind - Coer
Encode Error Kind - Decode
Error Kind DecodeError
kinds which are common for all codecs.- DerDecode
Error Kind DecodeError
kinds ofKind::CodecSpecific
which are specific for DER.- Encode
Error Kind EncodeError
kinds which are common for all codecs.- JerDecode
Error Kind - An error that occurred when decoding JER.
- JerEncode
Error Kind EncodeError
kinds ofKind::CodecSpecific
which are specific for UPER.- OerDecode
Error Kind