error/error library

Classes

DiagnosticCode
An error code associated with an AnalysisError.
DiagnosticSeverity
The severity of an DiagnosticCode.
DiagnosticType
The type of a DiagnosticCode.
LintCode
Diagnostic codes which are not reported by default.

Properties

errorCodeValues List<DiagnosticCode>
no setter

Functions

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

Typedefs

AnalysisError = Diagnostic
A deprecated name for Diagnostic. Please use Diagnostic.
ErrorCode = DiagnosticCode
A diagnostic code associated with an AnalysisError.
ErrorSeverity = DiagnosticSeverity
The severity of a DiagnosticCode.
ErrorType = DiagnosticType