EvaluationDiagnostic.error constructor

EvaluationDiagnostic.error(
  1. String message
)

Creates an error diagnostic.

Implementation

factory EvaluationDiagnostic.error(String message) =>
    EvaluationDiagnostic(EvaluationDiagnosticSeverity.error, message);