objc2_core_data/generated/
CoreDataErrors.rs

1//! This file has been automatically generated by `objc2`'s `header-translator`.
2//! DO NOT EDIT
3use core::ptr::NonNull;
4use objc2::__framework_prelude::*;
5use objc2_foundation::*;
6
7use crate::*;
8
9extern "C" {
10    /// [Apple's documentation](https://developer.apple.com/documentation/coredata/nsdetailederrorskey?language=objc)
11    pub static NSDetailedErrorsKey: &'static NSString;
12}
13
14extern "C" {
15    /// [Apple's documentation](https://developer.apple.com/documentation/coredata/nsvalidationobjecterrorkey?language=objc)
16    pub static NSValidationObjectErrorKey: &'static NSString;
17}
18
19extern "C" {
20    /// [Apple's documentation](https://developer.apple.com/documentation/coredata/nsvalidationkeyerrorkey?language=objc)
21    pub static NSValidationKeyErrorKey: &'static NSString;
22}
23
24extern "C" {
25    /// [Apple's documentation](https://developer.apple.com/documentation/coredata/nsvalidationpredicateerrorkey?language=objc)
26    pub static NSValidationPredicateErrorKey: &'static NSString;
27}
28
29extern "C" {
30    /// [Apple's documentation](https://developer.apple.com/documentation/coredata/nsvalidationvalueerrorkey?language=objc)
31    pub static NSValidationValueErrorKey: &'static NSString;
32}
33
34extern "C" {
35    /// [Apple's documentation](https://developer.apple.com/documentation/coredata/nsaffectedstoreserrorkey?language=objc)
36    pub static NSAffectedStoresErrorKey: &'static NSString;
37}
38
39extern "C" {
40    /// [Apple's documentation](https://developer.apple.com/documentation/coredata/nsaffectedobjectserrorkey?language=objc)
41    pub static NSAffectedObjectsErrorKey: &'static NSString;
42}
43
44extern "C" {
45    /// [Apple's documentation](https://developer.apple.com/documentation/coredata/nspersistentstoresaveconflictserrorkey?language=objc)
46    pub static NSPersistentStoreSaveConflictsErrorKey: &'static NSString;
47}
48
49extern "C" {
50    /// [Apple's documentation](https://developer.apple.com/documentation/coredata/nssqliteerrordomain?language=objc)
51    pub static NSSQLiteErrorDomain: &'static NSString;
52}
53
54/// [Apple's documentation](https://developer.apple.com/documentation/coredata/nsmanagedobjectvalidationerror?language=objc)
55pub const NSManagedObjectValidationError: NSInteger = 1550;
56/// [Apple's documentation](https://developer.apple.com/documentation/coredata/nsmanagedobjectconstraintvalidationerror?language=objc)
57pub const NSManagedObjectConstraintValidationError: NSInteger = 1551;
58/// [Apple's documentation](https://developer.apple.com/documentation/coredata/nsvalidationmultipleerrorserror?language=objc)
59pub const NSValidationMultipleErrorsError: NSInteger = 1560;
60/// [Apple's documentation](https://developer.apple.com/documentation/coredata/nsvalidationmissingmandatorypropertyerror?language=objc)
61pub const NSValidationMissingMandatoryPropertyError: NSInteger = 1570;
62/// [Apple's documentation](https://developer.apple.com/documentation/coredata/nsvalidationrelationshiplacksminimumcounterror?language=objc)
63pub const NSValidationRelationshipLacksMinimumCountError: NSInteger = 1580;
64/// [Apple's documentation](https://developer.apple.com/documentation/coredata/nsvalidationrelationshipexceedsmaximumcounterror?language=objc)
65pub const NSValidationRelationshipExceedsMaximumCountError: NSInteger = 1590;
66/// [Apple's documentation](https://developer.apple.com/documentation/coredata/nsvalidationrelationshipdenieddeleteerror?language=objc)
67pub const NSValidationRelationshipDeniedDeleteError: NSInteger = 1600;
68/// [Apple's documentation](https://developer.apple.com/documentation/coredata/nsvalidationnumbertoolargeerror?language=objc)
69pub const NSValidationNumberTooLargeError: NSInteger = 1610;
70/// [Apple's documentation](https://developer.apple.com/documentation/coredata/nsvalidationnumbertoosmallerror?language=objc)
71pub const NSValidationNumberTooSmallError: NSInteger = 1620;
72/// [Apple's documentation](https://developer.apple.com/documentation/coredata/nsvalidationdatetoolateerror?language=objc)
73pub const NSValidationDateTooLateError: NSInteger = 1630;
74/// [Apple's documentation](https://developer.apple.com/documentation/coredata/nsvalidationdatetoosoonerror?language=objc)
75pub const NSValidationDateTooSoonError: NSInteger = 1640;
76/// [Apple's documentation](https://developer.apple.com/documentation/coredata/nsvalidationinvaliddateerror?language=objc)
77pub const NSValidationInvalidDateError: NSInteger = 1650;
78/// [Apple's documentation](https://developer.apple.com/documentation/coredata/nsvalidationstringtoolongerror?language=objc)
79pub const NSValidationStringTooLongError: NSInteger = 1660;
80/// [Apple's documentation](https://developer.apple.com/documentation/coredata/nsvalidationstringtooshorterror?language=objc)
81pub const NSValidationStringTooShortError: NSInteger = 1670;
82/// [Apple's documentation](https://developer.apple.com/documentation/coredata/nsvalidationstringpatternmatchingerror?language=objc)
83pub const NSValidationStringPatternMatchingError: NSInteger = 1680;
84/// [Apple's documentation](https://developer.apple.com/documentation/coredata/nsvalidationinvalidurierror?language=objc)
85pub const NSValidationInvalidURIError: NSInteger = 1690;
86/// [Apple's documentation](https://developer.apple.com/documentation/coredata/nsmanagedobjectcontextlockingerror?language=objc)
87pub const NSManagedObjectContextLockingError: NSInteger = 132000;
88/// [Apple's documentation](https://developer.apple.com/documentation/coredata/nspersistentstorecoordinatorlockingerror?language=objc)
89pub const NSPersistentStoreCoordinatorLockingError: NSInteger = 132010;
90/// [Apple's documentation](https://developer.apple.com/documentation/coredata/nsmanagedobjectreferentialintegrityerror?language=objc)
91pub const NSManagedObjectReferentialIntegrityError: NSInteger = 133000;
92/// [Apple's documentation](https://developer.apple.com/documentation/coredata/nsmanagedobjectexternalrelationshiperror?language=objc)
93pub const NSManagedObjectExternalRelationshipError: NSInteger = 133010;
94/// [Apple's documentation](https://developer.apple.com/documentation/coredata/nsmanagedobjectmergeerror?language=objc)
95pub const NSManagedObjectMergeError: NSInteger = 133020;
96/// [Apple's documentation](https://developer.apple.com/documentation/coredata/nsmanagedobjectconstraintmergeerror?language=objc)
97pub const NSManagedObjectConstraintMergeError: NSInteger = 133021;
98/// [Apple's documentation](https://developer.apple.com/documentation/coredata/nspersistentstoreinvalidtypeerror?language=objc)
99pub const NSPersistentStoreInvalidTypeError: NSInteger = 134000;
100/// [Apple's documentation](https://developer.apple.com/documentation/coredata/nspersistentstoretypemismatcherror?language=objc)
101pub const NSPersistentStoreTypeMismatchError: NSInteger = 134010;
102/// [Apple's documentation](https://developer.apple.com/documentation/coredata/nspersistentstoreincompatibleschemaerror?language=objc)
103pub const NSPersistentStoreIncompatibleSchemaError: NSInteger = 134020;
104/// [Apple's documentation](https://developer.apple.com/documentation/coredata/nspersistentstoresaveerror?language=objc)
105pub const NSPersistentStoreSaveError: NSInteger = 134030;
106/// [Apple's documentation](https://developer.apple.com/documentation/coredata/nspersistentstoreincompletesaveerror?language=objc)
107pub const NSPersistentStoreIncompleteSaveError: NSInteger = 134040;
108/// [Apple's documentation](https://developer.apple.com/documentation/coredata/nspersistentstoresaveconflictserror?language=objc)
109pub const NSPersistentStoreSaveConflictsError: NSInteger = 134050;
110/// [Apple's documentation](https://developer.apple.com/documentation/coredata/nscoredataerror?language=objc)
111pub const NSCoreDataError: NSInteger = 134060;
112/// [Apple's documentation](https://developer.apple.com/documentation/coredata/nspersistentstoreoperationerror?language=objc)
113pub const NSPersistentStoreOperationError: NSInteger = 134070;
114/// [Apple's documentation](https://developer.apple.com/documentation/coredata/nspersistentstoreopenerror?language=objc)
115pub const NSPersistentStoreOpenError: NSInteger = 134080;
116/// [Apple's documentation](https://developer.apple.com/documentation/coredata/nspersistentstoretimeouterror?language=objc)
117pub const NSPersistentStoreTimeoutError: NSInteger = 134090;
118/// [Apple's documentation](https://developer.apple.com/documentation/coredata/nspersistentstoreunsupportedrequesttypeerror?language=objc)
119pub const NSPersistentStoreUnsupportedRequestTypeError: NSInteger = 134091;
120/// [Apple's documentation](https://developer.apple.com/documentation/coredata/nspersistentstoreincompatibleversionhasherror?language=objc)
121pub const NSPersistentStoreIncompatibleVersionHashError: NSInteger = 134100;
122/// [Apple's documentation](https://developer.apple.com/documentation/coredata/nsmigrationerror?language=objc)
123pub const NSMigrationError: NSInteger = 134110;
124/// [Apple's documentation](https://developer.apple.com/documentation/coredata/nsmigrationconstraintviolationerror?language=objc)
125pub const NSMigrationConstraintViolationError: NSInteger = 134111;
126/// [Apple's documentation](https://developer.apple.com/documentation/coredata/nsmigrationcancellederror?language=objc)
127pub const NSMigrationCancelledError: NSInteger = 134120;
128/// [Apple's documentation](https://developer.apple.com/documentation/coredata/nsmigrationmissingsourcemodelerror?language=objc)
129pub const NSMigrationMissingSourceModelError: NSInteger = 134130;
130/// [Apple's documentation](https://developer.apple.com/documentation/coredata/nsmigrationmissingmappingmodelerror?language=objc)
131pub const NSMigrationMissingMappingModelError: NSInteger = 134140;
132/// [Apple's documentation](https://developer.apple.com/documentation/coredata/nsmigrationmanagersourcestoreerror?language=objc)
133pub const NSMigrationManagerSourceStoreError: NSInteger = 134150;
134/// [Apple's documentation](https://developer.apple.com/documentation/coredata/nsmigrationmanagerdestinationstoreerror?language=objc)
135pub const NSMigrationManagerDestinationStoreError: NSInteger = 134160;
136/// [Apple's documentation](https://developer.apple.com/documentation/coredata/nsentitymigrationpolicyerror?language=objc)
137pub const NSEntityMigrationPolicyError: NSInteger = 134170;
138/// [Apple's documentation](https://developer.apple.com/documentation/coredata/nssqliteerror?language=objc)
139pub const NSSQLiteError: NSInteger = 134180;
140/// [Apple's documentation](https://developer.apple.com/documentation/coredata/nsinferredmappingmodelerror?language=objc)
141pub const NSInferredMappingModelError: NSInteger = 134190;
142/// [Apple's documentation](https://developer.apple.com/documentation/coredata/nsexternalrecordimporterror?language=objc)
143pub const NSExternalRecordImportError: NSInteger = 134200;
144/// [Apple's documentation](https://developer.apple.com/documentation/coredata/nspersistenthistorytokenexpirederror?language=objc)
145pub const NSPersistentHistoryTokenExpiredError: NSInteger = 134301;
146/// [Apple's documentation](https://developer.apple.com/documentation/coredata/nsmanagedobjectmodelreferencenotfounderror?language=objc)
147pub const NSManagedObjectModelReferenceNotFoundError: NSInteger = 134504;
148/// [Apple's documentation](https://developer.apple.com/documentation/coredata/nsstagedmigrationframeworkversionmismatcherror?language=objc)
149pub const NSStagedMigrationFrameworkVersionMismatchError: NSInteger = 134505;
150/// [Apple's documentation](https://developer.apple.com/documentation/coredata/nsstagedmigrationbackwardmigrationerror?language=objc)
151pub const NSStagedMigrationBackwardMigrationError: NSInteger = 134506;