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§
- Agent
Error - Errors from the Auths agent and core operations.
- Core
Trust Error - Errors from trust resolution and identity pinning.
- Freeze
Error - IdDriver
Storage Error - Error type for storage operations.
- IdStorage
Error - Init
Error - Pairing
Error - Errors that can occur during the pairing protocol.
- Platform
Error - Re-export from
auths-core— defined there to avoid a circular dependency withauths-infra-http(which implements the platform port traits). Errors from platform identity claim operations (OAuth, proof publishing, registry submission). - SdkStorage
Error - Typed storage errors originating from the
auths-idlayer.
Traits§
- Auths
Error Info - Trait for error metadata providing structured error codes and actionable suggestions.