Enum NSCoreDataErrorCode

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

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

    • ManagedObjectValidation

      public static final NSCoreDataErrorCode ManagedObjectValidation
    • ManagedObjectConstraintValidation

      public static final NSCoreDataErrorCode ManagedObjectConstraintValidation
    • ValidationMultipleErrors

      public static final NSCoreDataErrorCode ValidationMultipleErrors
    • ValidationMissingMandatoryProperty

      public static final NSCoreDataErrorCode ValidationMissingMandatoryProperty
    • ValidationRelationshipLacksMinimumCount

      public static final NSCoreDataErrorCode ValidationRelationshipLacksMinimumCount
    • ValidationRelationshipExceedsMaximumCount

      public static final NSCoreDataErrorCode ValidationRelationshipExceedsMaximumCount
    • ValidationRelationshipDeniedDelete

      public static final NSCoreDataErrorCode ValidationRelationshipDeniedDelete
    • ValidationNumberTooLarge

      public static final NSCoreDataErrorCode ValidationNumberTooLarge
    • ValidationNumberTooSmall

      public static final NSCoreDataErrorCode ValidationNumberTooSmall
    • ValidationDateTooLate

      public static final NSCoreDataErrorCode ValidationDateTooLate
    • ValidationDateTooSoon

      public static final NSCoreDataErrorCode ValidationDateTooSoon
    • ValidationInvalidDate

      public static final NSCoreDataErrorCode ValidationInvalidDate
    • ValidationStringTooLong

      public static final NSCoreDataErrorCode ValidationStringTooLong
    • ValidationStringTooShort

      public static final NSCoreDataErrorCode ValidationStringTooShort
    • ValidationStringPatternMatching

      public static final NSCoreDataErrorCode ValidationStringPatternMatching
    • ValidationInvalidURI

      public static final NSCoreDataErrorCode ValidationInvalidURI
    • ManagedObjectContextLocking

      public static final NSCoreDataErrorCode ManagedObjectContextLocking
    • PersistentStoreCoordinatorLocking

      public static final NSCoreDataErrorCode PersistentStoreCoordinatorLocking
    • ManagedObjectReferentialIntegrity

      public static final NSCoreDataErrorCode ManagedObjectReferentialIntegrity
    • ManagedObjectExternalRelationship

      public static final NSCoreDataErrorCode ManagedObjectExternalRelationship
    • ManagedObjectMerge

      public static final NSCoreDataErrorCode ManagedObjectMerge
    • ManagedObjectConstraintMerge

      public static final NSCoreDataErrorCode ManagedObjectConstraintMerge
    • PersistentStoreInvalidType

      public static final NSCoreDataErrorCode PersistentStoreInvalidType
    • PersistentStoreTypeMismatch

      public static final NSCoreDataErrorCode PersistentStoreTypeMismatch
    • PersistentStoreIncompatibleSchema

      public static final NSCoreDataErrorCode PersistentStoreIncompatibleSchema
    • PersistentStoreSave

      public static final NSCoreDataErrorCode PersistentStoreSave
    • PersistentStoreIncompleteSave

      public static final NSCoreDataErrorCode PersistentStoreIncompleteSave
    • PersistentStoreSaveConflicts

      public static final NSCoreDataErrorCode PersistentStoreSaveConflicts
    • CoreData

      public static final NSCoreDataErrorCode CoreData
    • PersistentStoreOperation

      public static final NSCoreDataErrorCode PersistentStoreOperation
    • PersistentStoreOpen

      public static final NSCoreDataErrorCode PersistentStoreOpen
    • PersistentStoreTimeout

      public static final NSCoreDataErrorCode PersistentStoreTimeout
    • PersistentStoreUnsupportedRequestType

      public static final NSCoreDataErrorCode PersistentStoreUnsupportedRequestType
    • PersistentStoreIncompatibleVersionHash

      public static final NSCoreDataErrorCode PersistentStoreIncompatibleVersionHash
    • Migration

      public static final NSCoreDataErrorCode Migration
    • MigrationConstraintViolation

      public static final NSCoreDataErrorCode MigrationConstraintViolation
    • MigrationCancelled

      public static final NSCoreDataErrorCode MigrationCancelled
    • MigrationMissingSourceModel

      public static final NSCoreDataErrorCode MigrationMissingSourceModel
    • MigrationMissingMappingModel

      public static final NSCoreDataErrorCode MigrationMissingMappingModel
    • MigrationManagerSourceStore

      public static final NSCoreDataErrorCode MigrationManagerSourceStore
    • MigrationManagerDestinationStore

      public static final NSCoreDataErrorCode MigrationManagerDestinationStore
    • EntityMigrationPolicy

      public static final NSCoreDataErrorCode EntityMigrationPolicy
    • SQLite

      public static final NSCoreDataErrorCode SQLite
    • InferredMappingModel

      public static final NSCoreDataErrorCode InferredMappingModel
    • ExternalRecordImport

      public static final NSCoreDataErrorCode ExternalRecordImport
    • PersistentHistoryTokenExpired

      public static final NSCoreDataErrorCode PersistentHistoryTokenExpired
  • Method Details

    • values

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