public sealed class QueryErrorList : IMessage<QueryErrorList>, IEquatable<QueryErrorList>, IDeepCloneable<QueryErrorList>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Monitoring v3 API class QueryErrorList.
This is an error detail intended to be used with INVALID_ARGUMENT errors.
Implements
IMessageQueryErrorList, IEquatableQueryErrorList, IDeepCloneableQueryErrorList, 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 |
RepeatedFieldQueryError |
ErrorSummary
public string ErrorSummary { get; set; }
A summary of all the errors.
Property Value | |
---|---|
Type | Description |
string |