Enum ACErrorCode

    • Enum Constant Detail

      • 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 Detail

      • values

        public static ACErrorCode[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (ACErrorCode c : ACErrorCode.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static ACErrorCode valueOf​(java.lang.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:
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        java.lang.NullPointerException - if the argument is null
      • value

        public long value()
        Specified by:
        value in interface org.robovm.rt.bro.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:
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        java.lang.NullPointerException - if the argument is null