google_api_monitoring v0.7.0 GoogleApi.Monitoring.V3.Model.CollectdPayloadError View Source

Describes the error status for payloads that were not written.

Attributes

  • error (Status): Records the error status for the payload. If this field is present, the partial errors for nested values won't be populated. Defaults to: null.
  • index (integer()): The zero-based index in CreateCollectdTimeSeriesRequest.collectd_payloads. Defaults to: null.
  • valueErrors ([CollectdValueError]): Records the error status for values that were not written due to an error.Failed payloads for which nothing is written will not include partial value errors. 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() :: %GoogleApi.Monitoring.V3.Model.CollectdPayloadError{
  error: GoogleApi.Monitoring.V3.Model.Status.t(),
  index: any(),
  valueErrors: [GoogleApi.Monitoring.V3.Model.CollectdValueError.t()]
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.