ERROR_CODES (GVL)ΒΆ
The ERROR_CODES
constants are used to identify a specific device or bus error.
They are part of ERROR_INFO structure.
The constants are divided up into different categories.
The categories determine the severity of the occurred error.
The exact classification of each error is done individually by each device and each bus.
- Attributes:
qualified_only
- InOut:
Scope
Name
Type
Initial
Comment
Constant
EC_NO_ERROR
CAA.IDENT
16#0
no error
EC_FIRST_INFO
CAA.IDENT
16#1000
first error number of category INFO
EC_LAST_INFO
CAA.IDENT
16#1FFF
last error number of category INFO
EC_FIRST_WARNING
CAA.IDENT
16#2000
first error number of category WARNING
EC_LAST_WARNING
CAA.IDENT
16#2FFF
last error number of category WARNING
EC_FIRST_ERROR
CAA.IDENT
16#3000
first error number of category ERROR
EC_LAST_ERROR
CAA.IDENT
16#3FFF
last error number of category ERROR
EC_FIRST_EMCY
CAA.IDENT
16#4000
first error number of category EMERGENCY
EC_LAST_EMCY
CAA.IDENT
16#4FFF
last error number of category EMERGENCY