LOGGER.warn("Failed to import all documents using DocumentBulkExecutor! Attempted to import "+documents.size()+" documents but only imported "+response.getNumberOfDocumentsImported());
}
returnresponse;
}catch(DocumentClientExceptione){
StringerrorMessage="Unexpectedly failed to bulk insert documents";