GoogleApi.Content.V2.Model.DatafeedStatusError (google_api_content v0.49.0) View Source
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".
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Content.V2.Model.DatafeedStatusError{
code: String.t(),
count: String.t(),
examples: [GoogleApi.Content.V2.Model.DatafeedStatusExample.t()],
message: String.t()
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.