Improve BulkWriteException

XMLWordPrintableJSON

    • Type: Improvement
    • Resolution: Unresolved
    • Priority: Major - P3
    • None
    • Affects Version/s: None
    • Component/s: API, Error Handling
    • None
    • None
    • None
    • None
    • None
    • None
    • None

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

              Assignee:
              Unassigned
              Reporter:
              Ross Lawley
              None
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated: