DiagnosticLevel#
- class braintrace.DiagnosticLevel(*values)[source]#
Severity of a
CompilationRecord.A string-valued enumeration ordering compiler diagnostics by severity.
- INFO#
Informational record; not surfaced through
warnings.warn().
- WARNING#
A potential problem (e.g. an excluded relation) that is also emitted as a Python warning.
- ERROR#
A serious problem that is also emitted as a Python warning.