Skip to main content

Module error

Module error 

Source
Expand description

Domain error types for all SDK operations.

Re-exports§

pub use crate::domains::identity::error::RegistrationError;
pub use crate::domains::identity::error::RotationError;
pub use crate::domains::identity::error::SetupError;
pub use crate::domains::device::error::DeviceError;
pub use crate::domains::device::error::DeviceExtensionError;
pub use crate::domains::auth::error::McpAuthError;
pub use crate::domains::auth::error::TrustError;
pub use crate::domains::org::error::OrgError;
pub use crate::domains::compliance::error::ApprovalError;

Enums§

AgentError
Errors from the Auths agent and core operations.
CoreTrustError
Errors from trust resolution and identity pinning.
FreezeError
IdDriverStorageError
Error type for storage operations.
IdStorageError
InitError
PairingError
Errors that can occur during the pairing protocol.
PlatformError
Re-export from auths-core — defined there to avoid a circular dependency with auths-infra-http (which implements the platform port traits). Errors from platform identity claim operations (OAuth, proof publishing, registry submission).
SdkStorageError
Typed storage errors originating from the auths-id layer.

Traits§

AuthsErrorInfo
Trait for error metadata providing structured error codes and actionable suggestions.