View Source GoogleApi.Content.V2.Model.DatafeedStatusError (google_api_content v0.66.0)

An error occurring in the feed, like "invalid price".

Attributes

  • code (type: String.t, default: nil) - The code of the error, e.g., "validation/invalid_value".
  • count (type: String.t, default: nil) - The number of occurrences of the error in the feed.
  • examples (type: list(GoogleApi.Content.V2.Model.DatafeedStatusExample.t), default: nil) - A list of example occurrences of the error, grouped by product.
  • message (type: String.t, default: nil) - The error message, e.g., "Invalid price".

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Content.V2.Model.DatafeedStatusError{
  code: String.t() | nil,
  count: String.t() | nil,
  examples: [GoogleApi.Content.V2.Model.DatafeedStatusExample.t()] | nil,
  message: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.