public sealed class QueryRuntimeError : IMessage<QueryRuntimeError>, IEquatable<QueryRuntimeError>, IDeepCloneable<QueryRuntimeError>, IBufferMessage, IMessageReference documentation and code samples for the Chronicle v1 API class QueryRuntimeError.
Runtime error for a dashboard query.
Implements
IMessageQueryRuntimeError, IEquatableQueryRuntimeError, IDeepCloneableQueryRuntimeError, IBufferMessage, IMessageNamespace
Google.Cloud.Chronicle.V1Assembly
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 |
|