[JAVA-3875] Improve BulkWriteException Created: 03/Nov/20  Updated: 30/Mar/22

Status: Backlog
Project: Java Driver
Component/s: API, Error Handling
Affects Version/s: None
Fix Version/s: None

Type: Improvement Priority: Major - P3
Reporter: Ross Lawley Assignee: Unassigned
Resolution: Unresolved Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified


 Description   

As per the spec we could provide more meta data about the processed requests:

/**

  • The requests that were sent to the server.
    *
  • NOT REQUIRED: Drivers may choose to not provide this property.
    */
    processedRequests: Optional<Iterable<WriteModel>>;

/**

  • The requests that were not sent to the server.
    *
  • NOT REQUIRED: Drivers may choose to not provide this property.
    */
    unprocessedRequests: Optional<Iterable<WriteModel>>;

Generated at Thu Feb 08 09:00:39 UTC 2024 using Jira 9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66.