public sealed class QueryErrorList : IMessage<QueryErrorList>, IEquatable<QueryErrorList>, IDeepCloneable<QueryErrorList>, IBufferMessage, IMessageThis is an error detail intended to be used with INVALID_ARGUMENT errors.
Implements
IMessage<QueryErrorList>, IEquatable<QueryErrorList>, IDeepCloneable<QueryErrorList>, IBufferMessage, IMessageNamespace
Google.Cloud.Monitoring.V3Assembly
Google.Cloud.Monitoring.V3.dll
Constructors
QueryErrorList()
public QueryErrorList()QueryErrorList(QueryErrorList)
public QueryErrorList(QueryErrorList other)| Parameter | |
|---|---|
| Name | Description | 
| other | QueryErrorList | 
Properties
Errors
public RepeatedField<QueryError> Errors { get; }Errors in parsing the time series query language text. The number of errors in the response may be limited.
| Property Value | |
|---|---|
| Type | Description | 
| RepeatedField<QueryError> | |
ErrorSummary
public string ErrorSummary { get; set; }A summary of all the errors.
| Property Value | |
|---|---|
| Type | Description | 
| String | |