compileTimeError constant

ErrorType const compileTimeError

Compile-time errors are errors that preclude execution. A compile time error must be reported by a compiler before the erroneous code is executed.

Implementation

static const compileTimeError =
    ErrorType('COMPILE_TIME_ERROR', 6, ErrorSeverity.error);