Struct google_content2_sandbox::Errors[][src]

pub struct Errors {
    pub message: Option<String>,
    pub code: Option<u32>,
    pub errors: Option<Vec<ErrorType>>,
}

A list of errors returned by a failed batch entry.

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

Fields

The message of the first error in errors.

The HTTP status of the first error in errors.

A list of errors.

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