Struct google_youtubeanalytics2::Errors[][src]

pub struct Errors {
    pub code: Option<String>,
    pub request_id: Option<String>,
    pub error: Option<Vec<ErrorProto>>,
}

Request Error information.

The presence of an error field signals that the operation has failed.

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

Fields

Global error code. Deprecated and ignored. Set custom error codes in ErrorProto.domain and ErrorProto.code instead.

Request identifier generated by the service, which can be used to identify the error in the logs

Specific error description and codes

Trait Implementations

impl Default for Errors
[src]

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

impl Clone for Errors
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Errors
[src]

Formats the value using the given formatter. Read more

impl Part for Errors
[src]

Auto Trait Implementations

impl Send for Errors

impl Sync for Errors