Enum ACErrorCode

java.lang.Object
java.lang.Enum<ACErrorCode>
org.robovm.apple.accounts.ACErrorCode
All Implemented Interfaces:
Serializable, Comparable<ACErrorCode>, NSErrorCode, ValuedEnum

public enum ACErrorCode
extends Enum<ACErrorCode>
implements NSErrorCode
  • Enum Constant Details

    • Unknown

      public static final ACErrorCode Unknown
    • AccountMissingRequiredProperty

      public static final ACErrorCode AccountMissingRequiredProperty
    • AccountAuthenticationFailed

      public static final ACErrorCode AccountAuthenticationFailed
    • AccountTypeInvalid

      public static final ACErrorCode AccountTypeInvalid
    • AccountAlreadyExists

      public static final ACErrorCode AccountAlreadyExists
    • AccountNotFound

      public static final ACErrorCode AccountNotFound
    • PermissionDenied

      public static final ACErrorCode PermissionDenied
    • AccessInfoInvalid

      public static final ACErrorCode AccessInfoInvalid
    • ClientPermissionDenied

      public static final ACErrorCode ClientPermissionDenied
    • AccessDeniedByProtectionPolicy

      public static final ACErrorCode AccessDeniedByProtectionPolicy
    • CredentialNotFound

      public static final ACErrorCode CredentialNotFound
    • FetchCredentialFailed

      public static final ACErrorCode FetchCredentialFailed
    • StoreCredentialFailed

      public static final ACErrorCode StoreCredentialFailed
    • RemoveCredentialFailed

      public static final ACErrorCode RemoveCredentialFailed
    • UpdatingNonexistentAccount

      public static final ACErrorCode UpdatingNonexistentAccount
    • InvalidClientBundleID

      public static final ACErrorCode InvalidClientBundleID
    • DeniedByPlugin

      public static final ACErrorCode DeniedByPlugin
    • CoreDataSaveFailed

      public static final ACErrorCode CoreDataSaveFailed
    • FailedSerializingAccountInfo

      public static final ACErrorCode FailedSerializingAccountInfo
    • InvalidCommand

      public static final ACErrorCode InvalidCommand
    • MissingTransportMessageID

      public static final ACErrorCode MissingTransportMessageID
    • CredentialItemNotFound

      public static final ACErrorCode CredentialItemNotFound
    • CredentialItemNotExpired

      public static final ACErrorCode CredentialItemNotExpired
  • Method Details

    • values

      public static ACErrorCode[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static ACErrorCode valueOf​(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null
    • value

      public long value()
      Specified by:
      value in interface ValuedEnum
    • valueOf

      public static ACErrorCode valueOf​(long n)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      n - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null