Secure Local Storage Error
Represents errors that may occur during operations within the secure local storage.
This sealed class defines various error types to handle specific failure cases encountered while interacting with secure local storage mechanisms. Each error includes a descriptive message detailing the nature of the error.
Inheritors
Types
Represents an error that occurs when access to the keychain is denied.
Indicates a failure in user authentication during secure local storage operations.
Represents an error indicating that a duplicate item was attempted to be added to the keychain.
Represents an error indicating that the data format is invalid.
Represents an error indicating that a requested item could not be located in the keychain.
Represents a failure that occurred during a secure local storage operation.
Represents an unknown error that occurred during an operation in the secure local storage.