KeychainError
public enum KeychainError : LocalizedError, Sendable
KeychainError represents errors that can occur while interacting with the keychain.
-
Declaration
Swift
case unableToSave -
Declaration
Swift
case unableToRetrieve -
Declaration
Swift
case unableToDelete -
A localized message describing what error occurred.
Declaration
Swift
public var errorMessage: String { get } -
A localized description of the error, used by
LocalizedError.Declaration
Swift
public var errorDescription: String? { get }
View on GitHub