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
//! This file has been automatically generated by `objc2`'s `header-translator`.
//! DO NOT EDIT
use objc2::__framework_prelude::*;

use crate::*;

pub const NSFileNoSuchFileError: NSInteger = 4;
pub const NSFileLockingError: NSInteger = 255;
pub const NSFileReadUnknownError: NSInteger = 256;
pub const NSFileReadNoPermissionError: NSInteger = 257;
pub const NSFileReadInvalidFileNameError: NSInteger = 258;
pub const NSFileReadCorruptFileError: NSInteger = 259;
pub const NSFileReadNoSuchFileError: NSInteger = 260;
pub const NSFileReadInapplicableStringEncodingError: NSInteger = 261;
pub const NSFileReadUnsupportedSchemeError: NSInteger = 262;
pub const NSFileReadTooLargeError: NSInteger = 263;
pub const NSFileReadUnknownStringEncodingError: NSInteger = 264;
pub const NSFileWriteUnknownError: NSInteger = 512;
pub const NSFileWriteNoPermissionError: NSInteger = 513;
pub const NSFileWriteInvalidFileNameError: NSInteger = 514;
pub const NSFileWriteFileExistsError: NSInteger = 516;
pub const NSFileWriteInapplicableStringEncodingError: NSInteger = 517;
pub const NSFileWriteUnsupportedSchemeError: NSInteger = 518;
pub const NSFileWriteOutOfSpaceError: NSInteger = 640;
pub const NSFileWriteVolumeReadOnlyError: NSInteger = 642;
pub const NSFileManagerUnmountUnknownError: NSInteger = 768;
pub const NSFileManagerUnmountBusyError: NSInteger = 769;
pub const NSKeyValueValidationError: NSInteger = 1024;
pub const NSFormattingError: NSInteger = 2048;
pub const NSUserCancelledError: NSInteger = 3072;
pub const NSFeatureUnsupportedError: NSInteger = 3328;
pub const NSExecutableNotLoadableError: NSInteger = 3584;
pub const NSExecutableArchitectureMismatchError: NSInteger = 3585;
pub const NSExecutableRuntimeMismatchError: NSInteger = 3586;
pub const NSExecutableLoadError: NSInteger = 3587;
pub const NSExecutableLinkError: NSInteger = 3588;
pub const NSFileErrorMinimum: NSInteger = 0;
pub const NSFileErrorMaximum: NSInteger = 1023;
pub const NSValidationErrorMinimum: NSInteger = 1024;
pub const NSValidationErrorMaximum: NSInteger = 2047;
pub const NSExecutableErrorMinimum: NSInteger = 3584;
pub const NSExecutableErrorMaximum: NSInteger = 3839;
pub const NSFormattingErrorMinimum: NSInteger = 2048;
pub const NSFormattingErrorMaximum: NSInteger = 2559;
pub const NSPropertyListReadCorruptError: NSInteger = 3840;
pub const NSPropertyListReadUnknownVersionError: NSInteger = 3841;
pub const NSPropertyListReadStreamError: NSInteger = 3842;
pub const NSPropertyListWriteStreamError: NSInteger = 3851;
pub const NSPropertyListWriteInvalidError: NSInteger = 3852;
pub const NSPropertyListErrorMinimum: NSInteger = 3840;
pub const NSPropertyListErrorMaximum: NSInteger = 4095;
pub const NSXPCConnectionInterrupted: NSInteger = 4097;
pub const NSXPCConnectionInvalid: NSInteger = 4099;
pub const NSXPCConnectionReplyInvalid: NSInteger = 4101;
pub const NSXPCConnectionCodeSigningRequirementFailure: NSInteger = 4102;
pub const NSXPCConnectionErrorMinimum: NSInteger = 4096;
pub const NSXPCConnectionErrorMaximum: NSInteger = 4224;
pub const NSUbiquitousFileUnavailableError: NSInteger = 4353;
pub const NSUbiquitousFileNotUploadedDueToQuotaError: NSInteger = 4354;
pub const NSUbiquitousFileUbiquityServerNotAvailable: NSInteger = 4355;
pub const NSUbiquitousFileErrorMinimum: NSInteger = 4352;
pub const NSUbiquitousFileErrorMaximum: NSInteger = 4607;
pub const NSUserActivityHandoffFailedError: NSInteger = 4608;
pub const NSUserActivityConnectionUnavailableError: NSInteger = 4609;
pub const NSUserActivityRemoteApplicationTimedOutError: NSInteger = 4610;
pub const NSUserActivityHandoffUserInfoTooLargeError: NSInteger = 4611;
pub const NSUserActivityErrorMinimum: NSInteger = 4608;
pub const NSUserActivityErrorMaximum: NSInteger = 4863;
pub const NSCoderReadCorruptError: NSInteger = 4864;
pub const NSCoderValueNotFoundError: NSInteger = 4865;
pub const NSCoderInvalidValueError: NSInteger = 4866;
pub const NSCoderErrorMinimum: NSInteger = 4864;
pub const NSCoderErrorMaximum: NSInteger = 4991;
pub const NSBundleErrorMinimum: NSInteger = 4992;
pub const NSBundleErrorMaximum: NSInteger = 5119;
pub const NSBundleOnDemandResourceOutOfSpaceError: NSInteger = 4992;
pub const NSBundleOnDemandResourceExceededMaximumSizeError: NSInteger = 4993;
pub const NSBundleOnDemandResourceInvalidTagError: NSInteger = 4994;
pub const NSCloudSharingNetworkFailureError: NSInteger = 5120;
pub const NSCloudSharingQuotaExceededError: NSInteger = 5121;
pub const NSCloudSharingTooManyParticipantsError: NSInteger = 5122;
pub const NSCloudSharingConflictError: NSInteger = 5123;
pub const NSCloudSharingNoPermissionError: NSInteger = 5124;
pub const NSCloudSharingOtherError: NSInteger = 5375;
pub const NSCloudSharingErrorMinimum: NSInteger = 5120;
pub const NSCloudSharingErrorMaximum: NSInteger = 5375;
pub const NSCompressionFailedError: NSInteger = 5376;
pub const NSDecompressionFailedError: NSInteger = 5377;
pub const NSCompressionErrorMinimum: NSInteger = 5376;
pub const NSCompressionErrorMaximum: NSInteger = 5503;