Severity
class Severity
Severities of issues.
Protobuf type google.api.expr.v1alpha1.IssueDetails.Severity
Constants
SEVERITY_UNSPECIFIED |
An unspecified severity. Generated from protobuf enum |
DEPRECATION |
Deprecation issue for statements and method that may no longer be supported or maintained. Generated from protobuf enum |
WARNING |
Warnings such as: unused variables. Generated from protobuf enum |
ERROR |
Errors such as: unmatched curly braces or variable redefinition. Generated from protobuf enum |