DiagnosticLevel#

class braintrace.DiagnosticLevel#

Severity of a CompilationRecord.

A string-valued enumeration ordering compiler diagnostics by severity.

Variables:
  • 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.

__new__(value)#
DiagnosticLevel.__init__()#