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 DecodeErrorkinds ofKind::CodecSpecificwhich are specific for BER.- BerEncode
Error Kind EncodeErrorkinds ofKind::CodecSpecificwhich are specific for BER.- Codec
Decode Error - Variants for every codec-specific
DecodeErrorkind. - Codec
Encode Error - Variants for every codec-specific
EncodeErrorkind. - Coer
Decode Error Kind DecodeErrorkinds ofKind::CodecSpecificwhich are specific for COER.- Coer
Encode Error Kind EncodeErrorkinds ofKind::CodecSpecificwhich are specific for COER.- Decode
Error Kind DecodeErrorkinds which are common for all codecs.- DerDecode
Error Kind DecodeErrorkinds ofKind::CodecSpecificwhich are specific for DER.- Encode
Error Kind EncodeErrorkinds which are common for all codecs.- Inner
Subtype Constraint Error - Error types for inner subtype constraints
- JerDecode
Error Kind - An error that occurred when decoding JER.
- JerEncode
Error Kind EncodeErrorkinds ofKind::CodecSpecificwhich are specific for UPER.- OerDecode
Error Kind DecodeErrorkinds ofKind::CodecSpecificwhich are specific for OER.- XerDecode
Error Kind DecodeErrorkinds ofKind::CodecSpecificwhich are specific for XER.- XerEncode
Error Kind EncodeErrorkinds ofKind::CodecSpecificwhich are specific for XER.