Uploaded image for project: 'Java Driver'
  1. Java Driver
  2. JAVA-3875

Improve BulkWriteException

    XMLWordPrintableJSON

Details

    • Icon: Improvement Improvement
    • Resolution: Unresolved
    • Icon: Major - P3 Major - P3
    • None
    • None
    • API, Error Handling
    • None

    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>>;

      Attachments

        Activity

          People

            Unassigned Unassigned
            ross@mongodb.com Ross Lawley
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: