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
index: Option<u32>
The index of the row that error applies to.
errors: Option<Vec<ErrorProto>>
Error information for the row indicated by the index property.
Trait Implementations
impl Default for TableDataInsertAllResponseInsertErrors[src]
fn default() -> TableDataInsertAllResponseInsertErrors[src]
Returns the "default value" for a type. Read more
impl Clone for TableDataInsertAllResponseInsertErrors[src]
fn clone(&self) -> TableDataInsertAllResponseInsertErrors[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more