errors library

Classes

ErrorConfig
Error processor configuration derived from analysis (or embedder) options.
ErrorHandlerConfig
ErrorProcessor
Process errors by filtering or changing associated ErrorSeverity.
ErrorSeverity
The severity of an message.
ErrorType
The type of an HTError.
HTError
HTErrorHandler
Abstract error handler class
HTErrorHandlerImpl
Default error handler implementation

Enums

ErrorCode

Constants

kStackTraceDisplayCountLimit → const int
severityMap → const Map<String, ErrorSeverity>
String identifiers mapped to associated severities.

Typedefs

HTErrorHandlerCallback = void Function(Object error, {Object? externalStackTrace})