ObjectGraphManagementErrorType Enum

Definition

Enumerates error codes that can be encountered while working with object graphs.

public enum ObjectGraphManagementErrorType
type ObjectGraphManagementErrorType = 
Inheritance
ObjectGraphManagementErrorType

Fields

ManagedObjectContextLocking 132000

Indicates that a lock could not be obtained on a managed object context.

ManagedObjectExternalRelationship 133010

Indicates that an object being saved contains a relationship to an object in another store.

ManagedObjectMerge 133020

Indicates that a merge failed due to a merge policy.

ManagedObjectReferentialIntegrity 133000

Indicates that an attempt was made to fire a fault at an object that does not exist.

PersistentStoreCoordinatorLocking 132010

Indicates that a lock could not be obtained on a persistent store.

Applies to