errors library
Classes
- ErrorConfig
- Error processor configuration derived from analysis (or embedder) options.
- ErrorHandlerConfig
- ErrorProcessor
- Process errors by filtering or changing associated MessageSeverity.
- HTError
- HTErrorHandler
- A utility class that stores errors.
- HTErrorType
- The type of an HTError.
Enums
Constants
-
severityMap
→ const Map<
String, MessageSeverity> - String identifiers mapped to associated severities.
Typedefs
- HTErrorHandlerCallback = void Function(Object error, {Object? externalStackTrace})