Module error
Expand description
Error code for the hex-conservative
crate.
Structs§
- Invalid
Char Error - Invalid hex character.
- Invalid
Length Error - Tried to parse fixed-length hash from a string with the wrong length.
- OddLength
String Error - Purported hex string had odd length.
Enums§
- HexTo
Array Error - Hex decoding error.
- HexTo
Bytes Error - Hex decoding error.