Enum CNErrorCode

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

public enum CNErrorCode
extends Enum<CNErrorCode>
implements NSErrorCode
Since:
Available in iOS 9.0 and later.
  • Enum Constant Details

    • CommunicationError

      public static final CNErrorCode CommunicationError
    • DataAccessError

      public static final CNErrorCode DataAccessError
    • AuthorizationDenied

      public static final CNErrorCode AuthorizationDenied
    • NoAccessableWritableContainers

      public static final CNErrorCode NoAccessableWritableContainers
      Since:
      Available in iOS 11.3 and later.
    • UnauthorizedKeys

      public static final CNErrorCode UnauthorizedKeys
      Since:
      Available in iOS 13.0 and later.
    • FeatureDisabledByUser

      public static final CNErrorCode FeatureDisabledByUser
      Since:
      Available in iOS 13.0 and later.
    • RecordDoesNotExist

      public static final CNErrorCode RecordDoesNotExist
    • InsertedRecordAlreadyExists

      public static final CNErrorCode InsertedRecordAlreadyExists
    • ContainmentCycle

      public static final CNErrorCode ContainmentCycle
    • ContainmentScope

      public static final CNErrorCode ContainmentScope
    • ParentRecordDoesNotExist

      public static final CNErrorCode ParentRecordDoesNotExist
    • RecordIdentifierInvalid

      public static final CNErrorCode RecordIdentifierInvalid
    • RecordNotWritable

      public static final CNErrorCode RecordNotWritable
      Since:
      Available in iOS 13.0 and later.
    • ParentContainerNotWritable

      public static final CNErrorCode ParentContainerNotWritable
      Since:
      Available in iOS 13.0 and later.
    • ValidationMultipleErrors

      public static final CNErrorCode ValidationMultipleErrors
    • ValidationTypeMismatch

      public static final CNErrorCode ValidationTypeMismatch
    • ValidationConfigurationError

      public static final CNErrorCode ValidationConfigurationError
    • PredicateInvalid

      public static final CNErrorCode PredicateInvalid
    • PolicyViolation

      public static final CNErrorCode PolicyViolation
    • ClientIdentifierInvalid

      public static final CNErrorCode ClientIdentifierInvalid
    • ClientIdentifierDoesNotExist

      public static final CNErrorCode ClientIdentifierDoesNotExist
    • ClientIdentifierCollision

      public static final CNErrorCode ClientIdentifierCollision
    • ChangeHistoryExpired

      public static final CNErrorCode ChangeHistoryExpired
    • ChangeHistoryInvalidAnchor

      public static final CNErrorCode ChangeHistoryInvalidAnchor
    • ChangeHistoryInvalidFetchRequest

      public static final CNErrorCode ChangeHistoryInvalidFetchRequest
    • VCardMalformed

      public static final CNErrorCode VCardMalformed
      Since:
      Available in iOS 11.0 and later.
    • VCardSummarizationError

      public static final CNErrorCode VCardSummarizationError
      Since:
      Available in iOS 12.0 and later.
  • Method Details

    • values

      public static CNErrorCode[] 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 CNErrorCode 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 CNErrorCode 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