externalError constant

ErrorType const externalError

External errors are errors reported by the dart side.

Implementation

static const externalError =
    ErrorType('EXTERNAL_ERROR', 8, ErrorSeverity.error);