Module error

Module error 

Source
Expand description

Error types for JWT processing

This module defines error types that can occur during JWT parsing, validation, and verification. All errors implement std::error::Error and provide descriptive messages for debugging and error handling.

Enums§

ClaimError
Specific claim validation errors
Error
Errors that can occur during JWT processing

Type Aliases§

Result
Result type alias for jwtiny operations