Skip to main content

Module error

Module error 

Source
Expand description

Error types raised by the security infrastructure.

Public APIs in this crate return thiserror-derived error enums:

  • AuthError — request validation, JWT decoding, claim extraction.
  • JwtError — JWT minting (admin tokens, session tokens).
  • ManifestSigningError — Ed25519 signing of bridge manifests.

All three implement std::error::Error and can be composed into larger thiserror enums via #[from].

Enums§

AuthError
JwtError
ManifestSigningError

Type Aliases§

AuthResult
JwtResult
ManifestSigningResult