Struct google_bigquery2::ErrorProto [] [src]

pub struct ErrorProto {
    pub debug_info: Option<String>,
    pub message: Option<String>,
    pub reason: Option<String>,
    pub location: Option<String>,
}

There is no detailed description.

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

Fields

Debugging information. This property is internal to Google and should not be used.

A human-readable description of the error.

A short error code that summarizes the error.

Specifies where the error occurred, if present.

Trait Implementations

impl Default for ErrorProto
[src]

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

impl Clone for ErrorProto
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ErrorProto
[src]

Formats the value using the given formatter.

impl Part for ErrorProto
[src]