objc2_app_kit/generated/
NSErrors.rs

1//! This file has been automatically generated by `objc2`'s `header-translator`.
2//! DO NOT EDIT
3use core::ptr::NonNull;
4use objc2_foundation::*;
5
6use crate::*;
7
8extern "C" {
9    /// [Apple's documentation](https://developer.apple.com/documentation/appkit/nstextlinetoolongexception?language=objc)
10    pub static NSTextLineTooLongException: &'static NSExceptionName;
11}
12
13extern "C" {
14    /// [Apple's documentation](https://developer.apple.com/documentation/appkit/nstextnoselectionexception?language=objc)
15    pub static NSTextNoSelectionException: &'static NSExceptionName;
16}
17
18extern "C" {
19    /// [Apple's documentation](https://developer.apple.com/documentation/appkit/nswordtableswriteexception?language=objc)
20    pub static NSWordTablesWriteException: &'static NSExceptionName;
21}
22
23extern "C" {
24    /// [Apple's documentation](https://developer.apple.com/documentation/appkit/nswordtablesreadexception?language=objc)
25    pub static NSWordTablesReadException: &'static NSExceptionName;
26}
27
28extern "C" {
29    /// [Apple's documentation](https://developer.apple.com/documentation/appkit/nstextreadexception?language=objc)
30    pub static NSTextReadException: &'static NSExceptionName;
31}
32
33extern "C" {
34    /// [Apple's documentation](https://developer.apple.com/documentation/appkit/nstextwriteexception?language=objc)
35    pub static NSTextWriteException: &'static NSExceptionName;
36}
37
38extern "C" {
39    /// [Apple's documentation](https://developer.apple.com/documentation/appkit/nspasteboardcommunicationexception?language=objc)
40    pub static NSPasteboardCommunicationException: &'static NSExceptionName;
41}
42
43extern "C" {
44    /// [Apple's documentation](https://developer.apple.com/documentation/appkit/nsprintingcommunicationexception?language=objc)
45    pub static NSPrintingCommunicationException: &'static NSExceptionName;
46}
47
48extern "C" {
49    /// [Apple's documentation](https://developer.apple.com/documentation/appkit/nsabortmodalexception?language=objc)
50    pub static NSAbortModalException: &'static NSExceptionName;
51}
52
53extern "C" {
54    /// [Apple's documentation](https://developer.apple.com/documentation/appkit/nsabortprintingexception?language=objc)
55    pub static NSAbortPrintingException: &'static NSExceptionName;
56}
57
58extern "C" {
59    /// [Apple's documentation](https://developer.apple.com/documentation/appkit/nsillegalselectorexception?language=objc)
60    pub static NSIllegalSelectorException: &'static NSExceptionName;
61}
62
63extern "C" {
64    /// [Apple's documentation](https://developer.apple.com/documentation/appkit/nsappkitvirtualmemoryexception?language=objc)
65    pub static NSAppKitVirtualMemoryException: &'static NSExceptionName;
66}
67
68extern "C" {
69    /// [Apple's documentation](https://developer.apple.com/documentation/appkit/nsbadrtfdirectiveexception?language=objc)
70    pub static NSBadRTFDirectiveException: &'static NSExceptionName;
71}
72
73extern "C" {
74    /// [Apple's documentation](https://developer.apple.com/documentation/appkit/nsbadrtffonttableexception?language=objc)
75    pub static NSBadRTFFontTableException: &'static NSExceptionName;
76}
77
78extern "C" {
79    /// [Apple's documentation](https://developer.apple.com/documentation/appkit/nsbadrtfstylesheetexception?language=objc)
80    pub static NSBadRTFStyleSheetException: &'static NSExceptionName;
81}
82
83extern "C" {
84    /// [Apple's documentation](https://developer.apple.com/documentation/appkit/nstypedstreamversionexception?language=objc)
85    pub static NSTypedStreamVersionException: &'static NSExceptionName;
86}
87
88extern "C" {
89    /// [Apple's documentation](https://developer.apple.com/documentation/appkit/nstiffexception?language=objc)
90    pub static NSTIFFException: &'static NSExceptionName;
91}
92
93extern "C" {
94    /// [Apple's documentation](https://developer.apple.com/documentation/appkit/nsprintpackageexception?language=objc)
95    pub static NSPrintPackageException: &'static NSExceptionName;
96}
97
98extern "C" {
99    /// [Apple's documentation](https://developer.apple.com/documentation/appkit/nsbadrtfcolortableexception?language=objc)
100    pub static NSBadRTFColorTableException: &'static NSExceptionName;
101}
102
103extern "C" {
104    /// [Apple's documentation](https://developer.apple.com/documentation/appkit/nsdraggingexception?language=objc)
105    pub static NSDraggingException: &'static NSExceptionName;
106}
107
108extern "C" {
109    /// [Apple's documentation](https://developer.apple.com/documentation/appkit/nscolorlistioexception?language=objc)
110    pub static NSColorListIOException: &'static NSExceptionName;
111}
112
113extern "C" {
114    /// [Apple's documentation](https://developer.apple.com/documentation/appkit/nscolorlistnoteditableexception?language=objc)
115    pub static NSColorListNotEditableException: &'static NSExceptionName;
116}
117
118extern "C" {
119    /// [Apple's documentation](https://developer.apple.com/documentation/appkit/nsbadbitmapparametersexception?language=objc)
120    pub static NSBadBitmapParametersException: &'static NSExceptionName;
121}
122
123extern "C" {
124    /// [Apple's documentation](https://developer.apple.com/documentation/appkit/nswindowservercommunicationexception?language=objc)
125    pub static NSWindowServerCommunicationException: &'static NSExceptionName;
126}
127
128extern "C" {
129    /// [Apple's documentation](https://developer.apple.com/documentation/appkit/nsfontunavailableexception?language=objc)
130    pub static NSFontUnavailableException: &'static NSExceptionName;
131}
132
133extern "C" {
134    /// [Apple's documentation](https://developer.apple.com/documentation/appkit/nsppdincludenotfoundexception?language=objc)
135    pub static NSPPDIncludeNotFoundException: &'static NSExceptionName;
136}
137
138extern "C" {
139    /// [Apple's documentation](https://developer.apple.com/documentation/appkit/nsppdparseexception?language=objc)
140    pub static NSPPDParseException: &'static NSExceptionName;
141}
142
143extern "C" {
144    /// [Apple's documentation](https://developer.apple.com/documentation/appkit/nsppdincludestackoverflowexception?language=objc)
145    pub static NSPPDIncludeStackOverflowException: &'static NSExceptionName;
146}
147
148extern "C" {
149    /// [Apple's documentation](https://developer.apple.com/documentation/appkit/nsppdincludestackunderflowexception?language=objc)
150    pub static NSPPDIncludeStackUnderflowException: &'static NSExceptionName;
151}
152
153extern "C" {
154    /// [Apple's documentation](https://developer.apple.com/documentation/appkit/nsrtfpropertystackoverflowexception?language=objc)
155    pub static NSRTFPropertyStackOverflowException: &'static NSExceptionName;
156}
157
158extern "C" {
159    /// [Apple's documentation](https://developer.apple.com/documentation/appkit/nsappkitignoredexception?language=objc)
160    pub static NSAppKitIgnoredException: &'static NSExceptionName;
161}
162
163extern "C" {
164    /// [Apple's documentation](https://developer.apple.com/documentation/appkit/nsbadcomparisonexception?language=objc)
165    pub static NSBadComparisonException: &'static NSExceptionName;
166}
167
168extern "C" {
169    /// [Apple's documentation](https://developer.apple.com/documentation/appkit/nsimagecacheexception?language=objc)
170    pub static NSImageCacheException: &'static NSExceptionName;
171}
172
173extern "C" {
174    /// [Apple's documentation](https://developer.apple.com/documentation/appkit/nsnibloadingexception?language=objc)
175    pub static NSNibLoadingException: &'static NSExceptionName;
176}
177
178extern "C" {
179    /// [Apple's documentation](https://developer.apple.com/documentation/appkit/nsbrowserillegaldelegateexception?language=objc)
180    pub static NSBrowserIllegalDelegateException: &'static NSExceptionName;
181}
182
183extern "C" {
184    /// [Apple's documentation](https://developer.apple.com/documentation/appkit/nsaccessibilityexception?language=objc)
185    pub static NSAccessibilityException: &'static NSExceptionName;
186}