Google Cloud Monitoring v3 API - Class QueryErrorList (3.10.0)

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.

Inheritance

object > QueryErrorList

Namespace

Google.Cloud.Monitoring.V3

Assembly

Google.Cloud.Monitoring.V3.dll

Constructors

QueryErrorList()

public QueryErrorList()

QueryErrorList(QueryErrorList)

public QueryErrorList(QueryErrorList other)
Parameter
Name Description
other QueryErrorList

Properties

ErrorSummary

public string ErrorSummary { get; set; }

A summary of all the errors.

Property Value
Type Description
string

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