Reference documentation and code samples for the Cloud Monitoring V3 API class Google::Cloud::Monitoring::V3::QueryErrorList.
This is an error detail intended to be used with INVALID_ARGUMENT errors.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#error_summary
def error_summary() -> ::String
Returns
- (::String) — A summary of all the errors.
#error_summary=
def error_summary=(value) -> ::String
Parameter
- value (::String) — A summary of all the errors.
Returns
- (::String) — A summary of all the errors.
#errors
def errors() -> ::Array<::Google::Cloud::Monitoring::V3::QueryError>
Returns
- (::Array<::Google::Cloud::Monitoring::V3::QueryError>) — Errors in parsing the time series query language text. The number of errors in the response may be limited.
#errors=
def errors=(value) -> ::Array<::Google::Cloud::Monitoring::V3::QueryError>
Parameter
- value (::Array<::Google::Cloud::Monitoring::V3::QueryError>) — Errors in parsing the time series query language text. The number of errors in the response may be limited.
Returns
- (::Array<::Google::Cloud::Monitoring::V3::QueryError>) — Errors in parsing the time series query language text. The number of errors in the response may be limited.