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> -
[AnalysisOptionsErrorCode.INCLUDED_FILE_PARSE_ERROR, AnalysisOptionsErrorCode.PARSE_ERROR, AnalysisOptionsHintCode.PREVIEW_DART_2_SETTING_DEPRECATED, AnalysisOptionsHintCode.STRONG_MODE_SETTING_DEPREC…
Functions
-
errorCodeByUniqueName(
String uniqueName) → ErrorCode? -
Return the ErrorCode with the given
uniqueName
, ornull
if not found.