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 none = ErrorSeverity('NONE', 0, 'none');