SEVERITY: Difference between revisions
Appearance
SEVERITY constant codes |
mNo edit summary |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
Severity codes defined in OS2DEF.H | |||
; | |||
;SEVERITY_NOERROR | |||
:0x0000 - What error? | |||
;SEVERITY_WARNING | |||
; | :0x0004 | ||
;SEVERITY_ERROR | |||
; | :0x0008 | ||
;SEVERITY_UNRECOVERABLE | |||
:0x0010 | |||
;SEVERITY_SEVERE | |||
:0x000c | |||
[[Category:Constant]] |
Latest revision as of 08:19, 7 October 2016
Severity codes defined in OS2DEF.H
- SEVERITY_NOERROR
- 0x0000 - What error?
- SEVERITY_WARNING
- 0x0004
- SEVERITY_ERROR
- 0x0008
- SEVERITY_UNRECOVERABLE
- 0x0010
- SEVERITY_SEVERE
- 0x000c