CHECKED_MODE_COMPILE_TIME_ERROR constant

ErrorType const CHECKED_MODE_COMPILE_TIME_ERROR

Checked mode compile-time errors are errors that preclude execution in checked mode.

Implementation

static const ErrorType CHECKED_MODE_COMPILE_TIME_ERROR = const ErrorType(
    'CHECKED_MODE_COMPILE_TIME_ERROR', 3, ErrorSeverity.ERROR);