Reference documentation and code samples for the Google Cloud Chronicle V1 Client class QueryRuntimeError.
Runtime error for a dashboard query.
Generated from protobuf message google.cloud.chronicle.v1.QueryRuntimeError
Namespace
Google \ Cloud \ Chronicle \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ error_title
string
Short Description of the error.
↳ error_description
string
Error message
↳ error_severity
int
Severity of the error.
↳ metadata
↳ warning_reason
int
Reason for the error.
getErrorTitle
Short Description of the error.
string
setErrorTitle
Short Description of the error.
var
string
$this
getErrorDescription
Error message
string
setErrorDescription
Error message
var
string
$this
getErrorSeverity
Severity of the error.
setErrorSeverity
Severity of the error.
$this
getMetadata
Metadata for the error.
setMetadata
Metadata for the error.
$this
getWarningReason
Reason for the error.
setWarningReason
Reason for the error.
$this

