Important: The information in this document is obsolete and should not be used for new development.
Error, Warning, and Notice Number Ranges
QuickDraw GX specifies the defined ranges of error, warning, and notice numbers. ThegxFirstAppError
,gxLastAppError
,gxFirstAppWarning
,gxLastAppWarning
,gxFirstAppNotice
, andgxLastAppNotice
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