class Severity

Severities of issues.

Protobuf type google.api.expr.v1alpha1.IssueDetails.Severity

Constants

SEVERITY_UNSPECIFIED

An unspecified severity.

Generated from protobuf enum SEVERITY_UNSPECIFIED = 0;

DEPRECATION

Deprecation issue for statements and method that may no longer be supported or maintained.

Generated from protobuf enum DEPRECATION = 1;

WARNING

Warnings such as: unused variables.

Generated from protobuf enum WARNING = 2;

ERROR

Errors such as: unmatched curly braces or variable redefinition.

Generated from protobuf enum ERROR = 3;

Methods

static 
name($value)

No description

static 
value($name)

No description

Details

at line 49
static name($value)

Parameters

$value

at line 59
static value($name)

Parameters

$name