error_processor library
Classes
- ErrorConfig
- Error processor configuration derived from analysis (or embedder) options.
- ErrorProcessor
- Process errors by filtering or changing associated ErrorSeverity.
Constants
-
severityMap
→ const Map<
String, ErrorSeverity> -
String identifiers mapped to associated severities.
const {'error' : ErrorSeverity.ERROR, 'info' : ErrorSeverity.INFO, 'warning' : ErrorSeverity.WARNING}