Expand description
Error handling for lib-Q
This module defines the error types used throughout the library.
Enums§
- Error
- The error type for lib-Q operations
- HexDecode
Error - Why hexadecimal decoding failed (
Error::HexDecode,crate::api::Utils::hex_to_bytes).
Constants§
- SECURITY_
LEVELS - Security levels supported by lib-Q
Functions§
- is_
supported_ security_ level - Check if a security level is supported
- supported_
security_ levels - Get supported security levels as a Vec (for Error construction)
Type Aliases§
- Result
- Result type for lib-Q operations