Struct google_content2::DatafeedStatusError
[−]
[src]
pub struct DatafeedStatusError {
pub count: Option<String>,
pub message: Option<String>,
pub code: Option<String>,
pub examples: Option<Vec<DatafeedStatusExample>>,
}An error occurring in the feed, like "invalid price".
This type is not used in any activity, and only used as part of another schema.
Fields
count: Option<String>
The number of occurrences of the error in the feed.
message: Option<String>
The error message, e.g., "Invalid price".
code: Option<String>
The code of the error, e.g., "validation/invalid_value".
examples: Option<Vec<DatafeedStatusExample>>
A list of example occurrences of the error, grouped by product.
Trait Implementations
impl Debug for DatafeedStatusError[src]
impl Clone for DatafeedStatusError[src]
fn clone(&self) -> DatafeedStatusError
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Default for DatafeedStatusError[src]
fn default() -> DatafeedStatusError
Returns the "default value" for a type. Read more