Class Enums


  • public final class Enums
    extends java.lang.Object
    • Field Detail

      • NSManagedObjectValidationError

        public static final long NSManagedObjectValidationError
        generic validation error
        See Also:
        Constant Field Values
      • NSManagedObjectConstraintValidationError

        public static final long NSManagedObjectConstraintValidationError
        one or more uniqueness constraints were violated
        See Also:
        Constant Field Values
      • NSValidationMultipleErrorsError

        public static final long NSValidationMultipleErrorsError
        generic message for error containing multiple validation errors
        See Also:
        Constant Field Values
      • NSValidationMissingMandatoryPropertyError

        public static final long NSValidationMissingMandatoryPropertyError
        non-optional property with a nil value
        See Also:
        Constant Field Values
      • NSValidationRelationshipLacksMinimumCountError

        public static final long NSValidationRelationshipLacksMinimumCountError
        to-many relationship with too few destination objects
        See Also:
        Constant Field Values
      • NSValidationRelationshipExceedsMaximumCountError

        public static final long NSValidationRelationshipExceedsMaximumCountError
        bounded, to-many relationship with too many destination objects
        See Also:
        Constant Field Values
      • NSValidationRelationshipDeniedDeleteError

        public static final long NSValidationRelationshipDeniedDeleteError
        some relationship with NSDeleteRuleDeny is non-empty
        See Also:
        Constant Field Values
      • NSValidationNumberTooLargeError

        public static final long NSValidationNumberTooLargeError
        some numerical value is too large
        See Also:
        Constant Field Values
      • NSValidationNumberTooSmallError

        public static final long NSValidationNumberTooSmallError
        some numerical value is too small
        See Also:
        Constant Field Values
      • NSValidationDateTooLateError

        public static final long NSValidationDateTooLateError
        some date value is too late
        See Also:
        Constant Field Values
      • NSValidationDateTooSoonError

        public static final long NSValidationDateTooSoonError
        some date value is too soon
        See Also:
        Constant Field Values
      • NSValidationInvalidDateError

        public static final long NSValidationInvalidDateError
        some date value fails to match date pattern
        See Also:
        Constant Field Values
      • NSValidationStringTooLongError

        public static final long NSValidationStringTooLongError
        some string value is too long
        See Also:
        Constant Field Values
      • NSValidationStringTooShortError

        public static final long NSValidationStringTooShortError
        some string value is too short
        See Also:
        Constant Field Values
      • NSValidationStringPatternMatchingError

        public static final long NSValidationStringPatternMatchingError
        some string value fails to match some pattern
        See Also:
        Constant Field Values
      • NSManagedObjectContextLockingError

        public static final long NSManagedObjectContextLockingError
        can't acquire a lock in a managed object context
        See Also:
        Constant Field Values
      • NSPersistentStoreCoordinatorLockingError

        public static final long NSPersistentStoreCoordinatorLockingError
        can't acquire a lock in a persistent store coordinator
        See Also:
        Constant Field Values
      • NSManagedObjectReferentialIntegrityError

        public static final 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)
        See Also:
        Constant Field Values
      • NSManagedObjectExternalRelationshipError

        public static final long NSManagedObjectExternalRelationshipError
        an object being saved has a relationship containing an object from another store
        See Also:
        Constant Field Values
      • NSManagedObjectMergeError

        public static final long NSManagedObjectMergeError
        merge policy failed - unable to complete merging
        See Also:
        Constant Field Values
      • NSManagedObjectConstraintMergeError

        public static final long NSManagedObjectConstraintMergeError
        merge policy failed - unable to complete merging due to multiple conflicting constraint violations
        See Also:
        Constant Field Values
      • NSPersistentStoreInvalidTypeError

        public static final long NSPersistentStoreInvalidTypeError
        unknown persistent store type/format/version
        See Also:
        Constant Field Values
      • NSPersistentStoreTypeMismatchError

        public static final long NSPersistentStoreTypeMismatchError
        returned by persistent store coordinator if a store is accessed that does not match the specified type
        See Also:
        Constant Field Values
      • NSPersistentStoreIncompatibleSchemaError

        public static final long NSPersistentStoreIncompatibleSchemaError
        store returned an error for save operation (database level errors ie missing table, no permissions)
        See Also:
        Constant Field Values
      • NSPersistentStoreSaveError

        public static final long NSPersistentStoreSaveError
        unclassified save error - something we depend on returned an error
        See Also:
        Constant Field Values
      • NSPersistentStoreIncompleteSaveError

        public static final long NSPersistentStoreIncompleteSaveError
        one or more of the stores returned an error during save (stores/objects that failed will be in userInfo)
        See Also:
        Constant Field Values
      • NSPersistentStoreSaveConflictsError

        public static final long NSPersistentStoreSaveConflictsError
        an unresolved merge conflict was encountered during a save. userInfo has NSPersistentStoreSaveConflictsErrorKey
        See Also:
        Constant Field Values
      • NSCoreDataError

        public static final long NSCoreDataError
        general Core Data error
        See Also:
        Constant Field Values
      • NSPersistentStoreOperationError

        public static final long NSPersistentStoreOperationError
        the persistent store operation failed
        See Also:
        Constant Field Values
      • NSPersistentStoreOpenError

        public static final long NSPersistentStoreOpenError
        an error occurred while attempting to open the persistent store
        See Also:
        Constant Field Values
      • NSPersistentStoreTimeoutError

        public static final long NSPersistentStoreTimeoutError
        failed to connect to the persistent store within the specified timeout (see NSPersistentStoreTimeoutOption)
        See Also:
        Constant Field Values
      • NSPersistentStoreUnsupportedRequestTypeError

        public static final long NSPersistentStoreUnsupportedRequestTypeError
        an NSPersistentStore subclass was passed an NSPersistentStoreRequest that it did not understand
        See Also:
        Constant Field Values
      • NSPersistentStoreIncompatibleVersionHashError

        public static final long NSPersistentStoreIncompatibleVersionHashError
        entity version hashes incompatible with data model
        See Also:
        Constant Field Values
      • NSMigrationError

        public static final long NSMigrationError
        general migration error
        See Also:
        Constant Field Values
      • NSMigrationConstraintViolationError

        public static final long NSMigrationConstraintViolationError
        migration failed due to a violated uniqueness constraint
        See Also:
        Constant Field Values
      • NSMigrationCancelledError

        public static final long NSMigrationCancelledError
        migration failed due to manual cancellation
        See Also:
        Constant Field Values
      • NSMigrationMissingSourceModelError

        public static final long NSMigrationMissingSourceModelError
        migration failed due to missing source data model
        See Also:
        Constant Field Values
      • NSMigrationMissingMappingModelError

        public static final long NSMigrationMissingMappingModelError
        migration failed due to missing mapping model
        See Also:
        Constant Field Values
      • NSMigrationManagerSourceStoreError

        public static final long NSMigrationManagerSourceStoreError
        migration failed due to a problem with the source data store
        See Also:
        Constant Field Values
      • NSMigrationManagerDestinationStoreError

        public static final long NSMigrationManagerDestinationStoreError
        migration failed due to a problem with the destination data store
        See Also:
        Constant Field Values
      • NSEntityMigrationPolicyError

        public static final long NSEntityMigrationPolicyError
        migration failed during processing of the entity migration policy
        See Also:
        Constant Field Values
      • NSSQLiteError

        public static final long NSSQLiteError
        general SQLite error
        See Also:
        Constant Field Values
      • NSInferredMappingModelError

        public static final long NSInferredMappingModelError
        inferred mapping model creation error
        See Also:
        Constant Field Values
      • NSExternalRecordImportError

        public static final long NSExternalRecordImportError
        general error encountered while importing external records
        See Also:
        Constant Field Values
      • NSValidationInvalidURIError

        public static final long NSValidationInvalidURIError
        some URI value cannot be represented as a string
        See Also:
        Constant Field Values
      • NSPersistentHistoryTokenExpiredError

        public static final long NSPersistentHistoryTokenExpiredError
        The history token passed to NSPersistentChangeRequest was invalid
        See Also:
        Constant Field Values