NONE constant

ErrorSeverity const NONE

The severity representing a non-error. This is never used for any error code, but is useful for clients.

Implementation

static const ErrorSeverity NONE = const ErrorSeverity('NONE', 0, " ", "none");