Jump to content

SEVERITY: Difference between revisions

From EDM2
mNo edit summary
Ak120 (talk | contribs)
mNo edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
==== SEVERITY_ERROR ====
Severity codes defined in OS2DEF.H
; 0x0008 :
==== SEVERITY_NOERROR ====
; 0x0000 : What error?
==== SEVERITY_SEVERE ====
; 0x000c :
==== SEVERITY_UNRECOVERABLE ====
; 0x0010 :
==== SEVERITY_WARNING ====
; 0x0004 :


[[Category:The OS/2 API Project]]
;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