Legacy Documentclose button

Important: The information in this document is obsolete and should not be used for new development.

Previous Book Contents Book Index Next

Inside Macintosh: QuickDraw GX Environment and Utilities /
Chapter 3 - Errors, Warnings, and Notices / Errors, Warnings, and Notices Reference
Constants and Data Types


Error, Warning, and Notice Number Ranges

QuickDraw GX specifies the defined ranges of error, warning, and notice numbers. The gxFirstAppError, gxLastAppError, gxFirstAppWarning, gxLastAppWarning, gxFirstAppNotice, and gxLastAppNotice types define the allowable ranges for application-defined errors, warnings, and notices.

#define gxFirstSystemError                -27999
#define gxFirstFatalError                 -27999
#define gxLastFatalError                  -27951
#define gxFirstNonfatalError              -27950
#define gxFirstFontScalerError            -27900
#define gxLastFontScalerError             -27851
#define gxFirstParameterError             -27850
#define gxFirstImplementationLimitError   -27800
#define gxFirstSystemDebuggingError       -27700
#define gxLastSystemError                 -27000
#define gxFirstAppError                   2097152
#define gxLastAppError                    4194303

#define gxFirstSystemWarning              -26999
#define gxFirstResultOutOfRangeWarning    -26950
#define gxFirstParameterOutOfRangeWarning -26900
#define gxFirstFontScalerWarning          -26850
#define gxFirstSystemDebuggingWarning     -26700
#define gxLastSystemWarning               -26000
#define gxFirstAppWarning                 5242880
#define gxLastAppWarning                  7340031

#define gxFirstSystemNotice               -25999
#define gxLastSystemNotice                -25500
#define gxFirstAppNotice                  7602146
#define gxLastAppNotice                   8388607

Previous Book Contents Book Index Next

© Apple Computer, Inc.
7 JUL 1996