google_api_content v0.1.0 GoogleApi.Content.V2.Model.DatafeedStatusError View Source
An error occurring in the feed, like "invalid price".
Attributes
- code (String.t): The code of the error, e.g., "validation/invalid_value". Defaults to:
null. - count (String.t): The number of occurrences of the error in the feed. Defaults to:
null. - examples ([DatafeedStatusExample]): A list of example occurrences of the error, grouped by product. Defaults to:
null. - message (String.t): The error message, e.g., "Invalid price". 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.Content.V2.Model.DatafeedStatusError{
code: any(),
count: any(),
examples: [GoogleApi.Content.V2.Model.DatafeedStatusExample.t()],
message: any()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.