Interface ErrorContainer<T>
- Type Parameters:
 T-
- All Superinterfaces:
 Serializable
ErrorContainer interface.
- 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ErrorContainer<BigQueryInsertError> static final ErrorContainer<TableRow>  - 
Method Summary
Modifier and TypeMethodDescriptionvoidadd(List<ValueInSingleWindow<T>> failedInserts, TableDataInsertAllResponse.InsertErrors error, TableReference ref, FailsafeValueInSingleWindow<TableRow, TableRow> tableRow)  
- 
Field Details
- 
TABLE_ROW_ERROR_CONTAINER
 - 
BIG_QUERY_INSERT_ERROR_ERROR_CONTAINER
 
 - 
 - 
Method Details
- 
add
void add(List<ValueInSingleWindow<T>> failedInserts, TableDataInsertAllResponse.InsertErrors error, TableReference ref, FailsafeValueInSingleWindow<TableRow, TableRow> tableRow)  
 -