Skip to main content

Module errors

Module errors 

Source
Expand description

All the errors that can be encountered while encoding/decoding JWTs

Structs§

Error
An error that can occur when encoding/decoding JWTs

Enums§

ErrorKind
The specific type of an error.

Functions§

new_error
A constructor for Error. Intended for use in custom crypto providers.

Type Aliases§

Result
A type alias for Result<T, jsonwebtoken::errors::Error>.