Exceptions
Finding
- class teksi_hooks.exceptions.Finding(severity, message)[source]
Base class for findings.
- Parameters:
severity (Severity)
message (str)
Fields
severityType:
SeveritySeverity level assigned to the finding.
messageType:
strHuman-readable description of the validation issue.