Reference documentation and code samples for the Chronicle V1 API class Google::Cloud::Chronicle::V1::QueryRuntimeError.
Runtime error for a dashboard query.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#error_description
def error_description() -> ::String
Returns
- (::String) — Error message
#error_description=
def error_description=(value) -> ::String
Parameter
- value (::String) — Error message
Returns
- (::String) — Error message
#error_severity
def error_severity() -> ::Google::Cloud::Chronicle::V1::QueryRuntimeError::ErrorSeverity
Returns
- (::Google::Cloud::Chronicle::V1::QueryRuntimeError::ErrorSeverity) — Severity of the error.
#error_severity=
def error_severity=(value) -> ::Google::Cloud::Chronicle::V1::QueryRuntimeError::ErrorSeverity
Parameter
- value (::Google::Cloud::Chronicle::V1::QueryRuntimeError::ErrorSeverity) — Severity of the error.
Returns
- (::Google::Cloud::Chronicle::V1::QueryRuntimeError::ErrorSeverity) — Severity of the error.
#error_title
def error_title() -> ::String
Returns
- (::String) — Short Description of the error.
#error_title=
def error_title=(value) -> ::String
Parameter
- value (::String) — Short Description of the error.
Returns
- (::String) — Short Description of the error.
#metadata
def metadata() -> ::Array<::Google::Cloud::Chronicle::V1::QueryRuntimeError::QueryRuntimeErrorMetadata>
Returns
- (::Array<::Google::Cloud::Chronicle::V1::QueryRuntimeError::QueryRuntimeErrorMetadata>) — Metadata for the error.
#metadata=
def metadata=(value) -> ::Array<::Google::Cloud::Chronicle::V1::QueryRuntimeError::QueryRuntimeErrorMetadata>
Parameter
- value (::Array<::Google::Cloud::Chronicle::V1::QueryRuntimeError::QueryRuntimeErrorMetadata>) — Metadata for the error.
Returns
- (::Array<::Google::Cloud::Chronicle::V1::QueryRuntimeError::QueryRuntimeErrorMetadata>) — Metadata for the error.
#warning_reason
def warning_reason() -> ::Google::Cloud::Chronicle::V1::QueryRuntimeError::WarningReason
Returns
- (::Google::Cloud::Chronicle::V1::QueryRuntimeError::WarningReason) — Reason for the error.
#warning_reason=
def warning_reason=(value) -> ::Google::Cloud::Chronicle::V1::QueryRuntimeError::WarningReason
Parameter
- value (::Google::Cloud::Chronicle::V1::QueryRuntimeError::WarningReason) — Reason for the error.
Returns
- (::Google::Cloud::Chronicle::V1::QueryRuntimeError::WarningReason) — Reason for the error.