error library Null safety

Classes

AnalysisError
An error discovered during the analysis of some Dart code. [...]
ErrorCode
An error code associated with an AnalysisError. [...]
ErrorSeverity
The severity of an ErrorCode.
ErrorType
The type of an ErrorCode.

Constants

errorCodeValues → const List<ErrorCode>
const [AnalysisOptionsErrorCode.INCLUDED_FILE_PARSE_ERROR, AnalysisOptionsErrorCode.PARSE_ERROR, AnalysisOptionsHintCode.DEPRECATED_ANALYSIS_OPTIONS_FILE_NAME, AnalysisOptionsHintCode.PREVIEW_DART_2_S…

Functions

errorCodeByUniqueName(String uniqueName) → ErrorCode?
Return the ErrorCode with the given uniqueName, or null if not found.