Class QueryErrorList (3.0.0)

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

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
NameDescription
otherQueryErrorList

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
TypeDescription
RepeatedField<QueryError>

ErrorSummary

public string ErrorSummary { get; set; }

A summary of all the errors.

Property Value
TypeDescription
String