View Source GoogleApi.Content.V21.Model.DatafeedStatusError (google_api_content v0.70.1)
An error occurring in the feed, like "invalid price".
Attributes
-
code(type:String.t, default:nil) - The code of the error, for example, "validation/invalid_value". -
count(type:String.t, default:nil) - The number of occurrences of the error in the feed. -
examples(type:list(GoogleApi.Content.V21.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, for example, "Invalid price".
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Content.V21.Model.DatafeedStatusError{ code: String.t() | nil, count: String.t() | nil, examples: [GoogleApi.Content.V21.Model.DatafeedStatusExample.t()] | nil, message: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.