Struct google_dfareporting3::ConversionError[][src]

pub struct ConversionError {
    pub kind: Option<String>,
    pub code: Option<String>,
    pub message: Option<String>,
}

The error code and description for a conversion that failed to insert or update.

This type is not used in any activity, and only used as part of another schema.

Fields

Identifies what kind of resource this is. Value: the fixed string "dfareporting#conversionError".

The error code.

A description of the error.

Trait Implementations

impl Default for ConversionError
[src]

Returns the "default value" for a type. Read more

impl Clone for ConversionError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ConversionError
[src]

Formats the value using the given formatter. Read more

impl Part for ConversionError
[src]

Auto Trait Implementations