T - public interface ErrorContainer<T>
extends java.io.Serializable
| Modifier and Type | Field and Description | 
|---|---|
static ErrorContainer<BigQueryInsertError> | 
BIG_QUERY_INSERT_ERROR_ERROR_CONTAINER  | 
static ErrorContainer<TableRow> | 
TABLE_ROW_ERROR_CONTAINER  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
add(java.util.List<ValueInSingleWindow<T>> failedInserts,
   TableDataInsertAllResponse.InsertErrors error,
   TableReference ref,
   FailsafeValueInSingleWindow<TableRow,TableRow> tableRow)  | 
static final ErrorContainer<TableRow> TABLE_ROW_ERROR_CONTAINER
static final ErrorContainer<BigQueryInsertError> BIG_QUERY_INSERT_ERROR_ERROR_CONTAINER
void add(java.util.List<ValueInSingleWindow<T>> failedInserts, TableDataInsertAllResponse.InsertErrors error, TableReference ref, FailsafeValueInSingleWindow<TableRow,TableRow> tableRow)