ERROR constant

ErrorSeverity const ERROR

The severity representing an error.

Implementation

static const ErrorSeverity ERROR =
    const ErrorSeverity('ERROR', 3, "E", "error");