Struct google_content2_sandbox::ErrorType [] [src]

pub struct ErrorType {
    pub reason: Option<String>,
    pub message: Option<String>,
    pub domain: Option<String>,
}

An error returned by the API.

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

Fields

The error code.

A description of the error.

The domain of the error.

Trait Implementations

impl Debug for ErrorType
[src]

Formats the value using the given formatter.

impl Clone for ErrorType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for ErrorType
[src]

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

impl Part for ErrorType
[src]