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§
- Validation
Detail - Detailed validation error information.
Enums§
- Backend
Error - Errors originating from the database backend.
- Bulk
Export Error - Errors related to bulk export operations.
- Bulk
Submit Error - Errors related to bulk submit operations.
- Concurrency
Error - Errors related to concurrency control.
- Resource
Error - Errors related to resource state.
- Search
Error - Errors related to search operations.
- Storage
Error - The primary error type for all storage operations.
- Tenant
Error - Errors related to tenant isolation.
- Transaction
Error - Errors related to transactions.
- Validation
Error - Errors related to resource validation.
- Validation
Severity - Severity level for validation errors.
Type Aliases§
- Search
Result - Result type alias for search operations.
- Storage
Result - Result type alias for storage operations.
- Transaction
Result - Result type alias for transaction operations.