SecureLocalStorageError

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

Link copied to clipboard

Represents an error that occurs when access to the keychain is denied.

Link copied to clipboard

Indicates a failure in user authentication during secure local storage operations.

Link copied to clipboard

Represents an error indicating that a duplicate item was attempted to be added to the keychain.

Link copied to clipboard

Represents an error indicating that the data format is invalid.

Link copied to clipboard

Represents an error indicating that a requested item could not be located in the keychain.

Link copied to clipboard

Represents a failure that occurred during a secure local storage operation.

Link copied to clipboard
data class UnknownError(val code: Int, val description: String) : SecureLocalStorageError

Represents an unknown error that occurred during an operation in the secure local storage.

Properties

Link copied to clipboard