Class QueryRuntimeError (0.6.0)

QueryRuntimeError(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Runtime error for a dashboard query.

Attributes

Name Description
error_title str
Short Description of the error.
error_description str
Error message
error_severity google.cloud.chronicle_v1.types.QueryRuntimeError.ErrorSeverity
Severity of the error.
metadata MutableSequence[google.cloud.chronicle_v1.types.QueryRuntimeError.QueryRuntimeErrorMetadata]
Metadata for the error.
warning_reason google.cloud.chronicle_v1.types.QueryRuntimeError.WarningReason
Reason for the error.

Classes

ErrorSeverity

ErrorSeverity(value)

Based on ErrorSeverity, UI will choose to format the error differently.

MetadataKey

MetadataKey(value)

Metadata enum to identify the metadata key.

QueryRuntimeErrorMetadata

QueryRuntimeErrorMetadata(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Metadata for the error.

WarningReason

WarningReason(value)

Warning reason.