Uses of Class
net.snowflake.ingest.streaming.InsertValidationResponse.InsertError
-
Packages that use InsertValidationResponse.InsertError Package Description net.snowflake.ingest.streaming -
-
Uses of InsertValidationResponse.InsertError in net.snowflake.ingest.streaming
Methods in net.snowflake.ingest.streaming that return types with arguments of type InsertValidationResponse.InsertError Modifier and Type Method Description List<InsertValidationResponse.InsertError>
InsertValidationResponse. getInsertErrors()
Get the list of insertion errors, the list is empty if no errorMethods in net.snowflake.ingest.streaming with parameters of type InsertValidationResponse.InsertError Modifier and Type Method Description void
InsertValidationResponse. addError(InsertValidationResponse.InsertError error)
Add an insertion error to the error list
-