Expand description
Error module includes all encode and decode errors among all codecs.
Encoding can result to EncodeError and decoding can result to DecodeError.
See submodules for other error types.
Modules
- Errors specific to string conversions, permitted alphabets, and other type problems.
Structs
- An error type for failed decoding for every decoder. Abstracts over the different generic and codec-specific errors.
- An error type for failed encoding for every encoder. Abstracts over the different generic and codec-specific errors.
Enums
DecodeErrorkinds ofKind::CodecSpecificwhich are specific for BER.EncodeErrorkinds ofKind::CodecSpecificwhich are specific for BER.- Variants for every codec-specific
DecodeErrorkind. - Variants for every codec-specific
EncodeErrorkind. DecodeErrorkinds which are common for all codecs.DecodeErrorkinds ofKind::CodecSpecificwhich are specific for DER.EncodeErrorkinds which are common for all codecs.