public final class Enums
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static long |
NSCoreDataError
general Core Data error
|
static long |
NSEntityMigrationPolicyError
migration failed during processing of the entity migration policy
|
static long |
NSExternalRecordImportError
general error encountered while importing external records
|
static long |
NSInferredMappingModelError
inferred mapping model creation error
|
static long |
NSManagedObjectConstraintMergeError
merge policy failed - unable to complete merging due to multiple conflicting constraint violations
|
static long |
NSManagedObjectConstraintValidationError
one or more uniqueness constraints were violated
|
static long |
NSManagedObjectContextLockingError
can't acquire a lock in a managed object context
|
static long |
NSManagedObjectExternalRelationshipError
an object being saved has a relationship containing an object from another store
|
static long |
NSManagedObjectMergeError
merge policy failed - unable to complete merging
|
static long |
NSManagedObjectReferentialIntegrityError
attempt to fire a fault pointing to an object that does not exist (we can see the store, we can't see the object)
|
static long |
NSManagedObjectValidationError
generic validation error
|
static long |
NSMigrationCancelledError
migration failed due to manual cancellation
|
static long |
NSMigrationConstraintViolationError
migration failed due to a violated uniqueness constraint
|
static long |
NSMigrationError
general migration error
|
static long |
NSMigrationManagerDestinationStoreError
migration failed due to a problem with the destination data store
|
static long |
NSMigrationManagerSourceStoreError
migration failed due to a problem with the source data store
|
static long |
NSMigrationMissingMappingModelError
migration failed due to missing mapping model
|
static long |
NSMigrationMissingSourceModelError
migration failed due to missing source data model
|
static long |
NSPersistentHistoryTokenExpiredError
The history token passed to NSPersistentChangeRequest was invalid
|
static long |
NSPersistentStoreCoordinatorLockingError
can't acquire a lock in a persistent store coordinator
|
static long |
NSPersistentStoreIncompatibleSchemaError
store returned an error for save operation (database level errors ie missing table, no permissions)
|
static long |
NSPersistentStoreIncompatibleVersionHashError
entity version hashes incompatible with data model
|
static long |
NSPersistentStoreIncompleteSaveError
one or more of the stores returned an error during save (stores/objects that failed will be in userInfo)
|
static long |
NSPersistentStoreInvalidTypeError
unknown persistent store type/format/version
|
static long |
NSPersistentStoreOpenError
an error occurred while attempting to open the persistent store
|
static long |
NSPersistentStoreOperationError
the persistent store operation failed
|
static long |
NSPersistentStoreSaveConflictsError
an unresolved merge conflict was encountered during a save.
|
static long |
NSPersistentStoreSaveError
unclassified save error - something we depend on returned an error
|
static long |
NSPersistentStoreTimeoutError
failed to connect to the persistent store within the specified timeout (see NSPersistentStoreTimeoutOption)
|
static long |
NSPersistentStoreTypeMismatchError
returned by persistent store coordinator if a store is accessed that does not match the specified type
|
static long |
NSPersistentStoreUnsupportedRequestTypeError
an NSPersistentStore subclass was passed an NSPersistentStoreRequest that it did not understand
|
static long |
NSSQLiteError
general SQLite error
|
static long |
NSValidationDateTooLateError
some date value is too late
|
static long |
NSValidationDateTooSoonError
some date value is too soon
|
static long |
NSValidationInvalidDateError
some date value fails to match date pattern
|
static long |
NSValidationInvalidURIError
some URI value cannot be represented as a string
|
static long |
NSValidationMissingMandatoryPropertyError
non-optional property with a nil value
|
static long |
NSValidationMultipleErrorsError
generic message for error containing multiple validation errors
|
static long |
NSValidationNumberTooLargeError
some numerical value is too large
|
static long |
NSValidationNumberTooSmallError
some numerical value is too small
|
static long |
NSValidationRelationshipDeniedDeleteError
some relationship with NSDeleteRuleDeny is non-empty
|
static long |
NSValidationRelationshipExceedsMaximumCountError
bounded, to-many relationship with too many destination objects
|
static long |
NSValidationRelationshipLacksMinimumCountError
to-many relationship with too few destination objects
|
static long |
NSValidationStringPatternMatchingError
some string value fails to match some pattern
|
static long |
NSValidationStringTooLongError
some string value is too long
|
static long |
NSValidationStringTooShortError
some string value is too short
|
public static final long NSManagedObjectValidationError
public static final long NSManagedObjectConstraintValidationError
public static final long NSValidationMultipleErrorsError
public static final long NSValidationMissingMandatoryPropertyError
public static final long NSValidationRelationshipLacksMinimumCountError
public static final long NSValidationRelationshipExceedsMaximumCountError
public static final long NSValidationRelationshipDeniedDeleteError
public static final long NSValidationNumberTooLargeError
public static final long NSValidationNumberTooSmallError
public static final long NSValidationDateTooLateError
public static final long NSValidationDateTooSoonError
public static final long NSValidationInvalidDateError
public static final long NSValidationStringTooLongError
public static final long NSValidationStringTooShortError
public static final long NSValidationStringPatternMatchingError
public static final long NSManagedObjectContextLockingError
public static final long NSPersistentStoreCoordinatorLockingError
public static final long NSManagedObjectReferentialIntegrityError
public static final long NSManagedObjectExternalRelationshipError
public static final long NSManagedObjectMergeError
public static final long NSManagedObjectConstraintMergeError
public static final long NSPersistentStoreInvalidTypeError
public static final long NSPersistentStoreTypeMismatchError
public static final long NSPersistentStoreIncompatibleSchemaError
public static final long NSPersistentStoreSaveError
public static final long NSPersistentStoreIncompleteSaveError
public static final long NSPersistentStoreSaveConflictsError
public static final long NSCoreDataError
public static final long NSPersistentStoreOperationError
public static final long NSPersistentStoreOpenError
public static final long NSPersistentStoreTimeoutError
public static final long NSPersistentStoreUnsupportedRequestTypeError
public static final long NSPersistentStoreIncompatibleVersionHashError
public static final long NSMigrationError
public static final long NSMigrationConstraintViolationError
public static final long NSMigrationCancelledError
public static final long NSMigrationMissingSourceModelError
public static final long NSMigrationMissingMappingModelError
public static final long NSMigrationManagerSourceStoreError
public static final long NSMigrationManagerDestinationStoreError
public static final long NSEntityMigrationPolicyError
public static final long NSSQLiteError
public static final long NSInferredMappingModelError
public static final long NSExternalRecordImportError
public static final long NSValidationInvalidURIError
public static final long NSPersistentHistoryTokenExpiredError