Google Cloud Chronicle V1 Client - Class ErrorSeverity (0.4.0)

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 \ QueryRuntimeError

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

ERROR_SEVERITY_UNSPECIFIED

Value: 0

Severity is unknown.

Generated from protobuf enum ERROR_SEVERITY_UNSPECIFIED = 0;

WARNING

Value: 1

Severity is warning.

Generated from protobuf enum WARNING = 1;

SEVERE

Value: 2

Error is severe.

Generated from protobuf enum SEVERE = 2;