KeychainError
public struct KeychainError : Error, CustomStringConvertible
The KeychainError represents Keychain‘s errors.
-
The error code.
Declaration
Swift
public let code: Int -
The description.
Declaration
Swift
public var description: String { get }
View on GitHub
KeychainError Structure Reference