SYNTACTIC_ERROR constant

ErrorType const SYNTACTIC_ERROR

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

Implementation

static const ErrorType SYNTACTIC_ERROR =
    const ErrorType('SYNTACTIC_ERROR', 6, ErrorSeverity.ERROR);