SEVERITY
Records severity levels and optional module for error codes.
Column name
|
Data type
|
Description
|
MODULEID
|
INTEGER
|
Identification number for the Mimer SQL module to which the message belongs. |
MESSAGEID
|
INTEGER
|
Identification number for message. |
SEVERITY
|
INTEGER
|
Severity for message: 1 = Message 2 = Warning 3 = Error 4 = Fatal error 5 = Internal error 6 = Code. |
MODULE
|
CHAR(20)
|
Name of Mimer SQL module to which message belongs. |
SQLSTATE_VALUE
|
CHAR(5)
|
Corresponding SQLSTATE value for message. |
CLASS_ORIGIN
|
CHAR(20)
|
Class origin for the SQLSTATE value. |
SUBCLASS_ORIGIN
|
CHAR(20)
|
Sub class origin for the SQLSTATE value. |
Primary key: MODULEID, MESSAGEID