error/error library

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>

Functions

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