KeychainError

public struct KeychainError : Error

An error type for keychain operations.

  • A 32-bit result error code of the keychain error.

    Declaration

    Swift

    public var status: OSStatus
  • Retrieve the localized description for this error.

    Declaration

    Swift

    public var localizedDescription: String { get }