Keychain

public enum Keychain: Int, ErrorCode

Keychain errors Keychain error codes are within the range of 200-299

  • The keychain command did not match the action being attempted: a read command was used for writing, or a write command was used for reading.

    Declaration

    Swift

    case incorrectCommand = 201