Skip to main content

Module error

Module error 

Source
Expand description

Error types for the persistence layer.

This module defines all error types used throughout the persistence layer, following a hierarchy that separates storage errors, tenant errors, search errors, and transaction errors.

Structs§

ValidationDetail
Detailed validation error information.

Enums§

BackendError
Errors originating from the database backend.
BulkExportError
Errors related to bulk export operations.
BulkSubmitError
Errors related to bulk submit operations.
ConcurrencyError
Errors related to concurrency control.
ResourceError
Errors related to resource state.
SearchError
Errors related to search operations.
StorageError
The primary error type for all storage operations.
TenantError
Errors related to tenant isolation.
TransactionError
Errors related to transactions.
ValidationError
Errors related to resource validation.
ValidationSeverity
Severity level for validation errors.

Type Aliases§

SearchResult
Result type alias for search operations.
StorageResult
Result type alias for storage operations.
TransactionResult
Result type alias for transaction operations.