Module const_base::errors

source ·
Expand description

All the errors from this crate.

Structs

When the last byte in the slice passed to decode has excess set bits that aren’t copied to the return value.
When one of the bytes in the slice passed to decode isn’t in the char set of the passed encoding.
When the slice passed to decode is not a valid length for the passed encoding.
When the array returned by decode or encode isn’t the length that the arguments would produce.

Enums

Error returned by decode