SwiftySimpleKeychainError
public enum SwiftySimpleKeychainError : Error, Equatable
Enum with keychain error codes. It’s a mirror of some the keychain security error codes. @see https://developer.apple.com/documentation/security/
-
Declaration
Swift
case noError -
Declaration
Swift
case unimplemented -
Declaration
Swift
case wrongParameter -
Declaration
Swift
case allocation -
Declaration
Swift
case notAvailable -
Declaration
Swift
case authFailed -
Declaration
Swift
case duplicateItem -
Declaration
Swift
case itemNotFound -
Declaration
Swift
case interactionNotAllowed -
Declaration
Swift
case decode -
An undocumented error with an associated OSStatus code. @see https://www.osstatus.com/
Declaration
Swift
case other(status: OSStatus)
SwiftySimpleKeychainError Enumeration Reference