none constant

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