ErrorCode typedef
- @AnalyzerPublicApi(message: 'exported by package:analyzer/error/error.dart')
- @Deprecated("Use 'DiagnosticCode' instead.")
A diagnostic code associated with an AnalysisError
.
Generally, messages should follow the Guide for Writing Diagnostics.
Implementation
@AnalyzerPublicApi(message: 'exported by package:analyzer/error/error.dart')
@Deprecated("Use 'DiagnosticCode' instead.")
typedef ErrorCode = DiagnosticCode;