Struct google_bigquery2::TableDataInsertAllResponseInsertErrors[][src]

pub struct TableDataInsertAllResponseInsertErrors {
    pub index: Option<u32>,
    pub errors: Option<Vec<ErrorProto>>,
}

An array of errors for rows that were not inserted.

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

Fields

The index of the row that error applies to.

Error information for the row indicated by the index property.

Trait Implementations

impl Default for TableDataInsertAllResponseInsertErrors
[src]

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

impl Clone for TableDataInsertAllResponseInsertErrors
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for TableDataInsertAllResponseInsertErrors
[src]

Formats the value using the given formatter. Read more

impl NestedType for TableDataInsertAllResponseInsertErrors
[src]

impl Part for TableDataInsertAllResponseInsertErrors
[src]

Auto Trait Implementations