Chronicle v1 API - Class QueryRuntimeError (1.0.0-beta05)

public sealed class QueryRuntimeError : IMessage<QueryRuntimeError>, IEquatable<QueryRuntimeError>, IDeepCloneable<QueryRuntimeError>, IBufferMessage, IMessage

Reference documentation and code samples for the Chronicle v1 API class QueryRuntimeError.

Runtime error for a dashboard query.

Inheritance

object > QueryRuntimeError

Namespace

Google.Cloud.Chronicle.V1

Assembly

Google.Cloud.Chronicle.V1.dll

Constructors

QueryRuntimeError()

public QueryRuntimeError()

QueryRuntimeError(QueryRuntimeError)

public QueryRuntimeError(QueryRuntimeError other)
Parameter
Name Description
other QueryRuntimeError

Properties

ErrorDescription

public string ErrorDescription { get; set; }

Error message

Property Value
Type Description
string

ErrorSeverity

public QueryRuntimeError.Types.ErrorSeverity ErrorSeverity { get; set; }

Severity of the error.

Property Value
Type Description
QueryRuntimeErrorTypesErrorSeverity

ErrorTitle

public string ErrorTitle { get; set; }

Short Description of the error.

Property Value
Type Description
string

Metadata

public RepeatedField<QueryRuntimeError.Types.QueryRuntimeErrorMetadata> Metadata { get; }

Metadata for the error.

Property Value
Type Description
RepeatedFieldQueryRuntimeErrorTypesQueryRuntimeErrorMetadata

WarningReason

public QueryRuntimeError.Types.WarningReason WarningReason { get; set; }

Reason for the error.

Property Value
Type Description
QueryRuntimeErrorTypesWarningReason