google_api_monitoring v0.9.0 GoogleApi.Monitoring.V3.Model.CollectdValueError View Source
Describes the error status for values that were not written.
Attributes
- error (Status): Records the error status for the value. Defaults to:
null
. - index (integer()): The zero-based index in CollectdPayload.values within the parent CreateCollectdTimeSeriesRequest.collectd_payloads. Defaults to:
null
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.Monitoring.V3.Model.CollectdValueError{
error: GoogleApi.Monitoring.V3.Model.Status.t(),
index: any()
}
t() :: %GoogleApi.Monitoring.V3.Model.CollectdValueError{ error: GoogleApi.Monitoring.V3.Model.Status.t(), index: any() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.