View Source GoogleApi.Monitoring.V3.Model.CollectdPayloadError (google_api_monitoring v0.55.0)

Describes the error status for payloads that were not written.

Attributes

  • error (type: GoogleApi.Monitoring.V3.Model.Status.t, default: nil) - Records the error status for the payload. If this field is present, the partial errors for nested values won't be populated.
  • index (type: integer(), default: nil) - The zero-based index in CreateCollectdTimeSeriesRequest.collectd_payloads.
  • valueErrors (type: list(GoogleApi.Monitoring.V3.Model.CollectdValueError.t), default: nil) - 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Monitoring.V3.Model.CollectdPayloadError{
  error: GoogleApi.Monitoring.V3.Model.Status.t() | nil,
  index: integer() | nil,
  valueErrors: [GoogleApi.Monitoring.V3.Model.CollectdValueError.t()] | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.