Skip to main content

Module encryption_error

Module encryption_error 

Source
Expand description

Error types and handling for encryption operations

This module provides comprehensive error handling for all encryption-related operations, including encryption, decryption, key management, and validation.

Structs§

ContextualError
Enhanced encryption error with additional debugging context
ErrorContext
Error context for enhanced debugging and error reporting

Enums§

EncryptionError
Errors that can occur during encryption/decryption operations
ErrorRecoveryStrategy
Error recovery strategies for handling encryption failures
ErrorSeverity
Error severity levels for encryption operations

Type Aliases§

EncryptionResult
Result type alias for encryption operations