Reference documentation and code samples for the Google Cloud Chronicle V1 Client class ErrorSeverity.
Based on ErrorSeverity, UI will choose to format the error differently.
Protobuf type google.cloud.chronicle.v1.QueryRuntimeError.ErrorSeverity
Namespace
Google \ Cloud \ Chronicle \ V1 \ QueryRuntimeErrorMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
ERROR_SEVERITY_UNSPECIFIED
Value: 0Severity is unknown.
Generated from protobuf enum ERROR_SEVERITY_UNSPECIFIED = 0;
WARNING
Value: 1Severity is warning.
Generated from protobuf enum WARNING = 1;
SEVERE
Value: 2Error is severe.
Generated from protobuf enum SEVERE = 2;