google_api_monitoring v0.24.0 GoogleApi.Monitoring.V3.Model.CollectdValueError View Source
Describes the error status for values that were not written.
Attributes
error
(type:GoogleApi.Monitoring.V3.Model.Status.t
, default:nil
) - Records the error status for the value.index
(type:integer()
, default:nil
) - The zero-based index in CollectdPayload.values within the parent CreateCollectdTimeSeriesRequest.collectd_payloads.
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 Sourcet() :: %GoogleApi.Monitoring.V3.Model.CollectdValueError{ error: GoogleApi.Monitoring.V3.Model.Status.t(), index: integer() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.