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