syntacticError constant

ErrorType const syntacticError

Syntactic errors are errors produced as a result of input that does not conform to the grammar.

Implementation

static const syntacticError =
    ErrorType('SYNTACTIC_ERROR', 3, ErrorSeverity.error);