Provided by: libmongoc-doc_1.30.4-1ubuntu1_all bug

SYNOPSIS

          typedef struct {
            mongoc_bulkwriteresult_t *res;    // NULL if no known successful writes or write was unacknowledged.
            mongoc_bulkwriteexception_t *exc; // NULL if no error.
          } mongoc_bulkwritereturn_t;

DESCRIPTION

       mongoc_bulkwritereturn_t is returned by mongoc_bulkwrite_execute().

       res or exc may outlive the mongoc_bulkwrite_t that was executed.

       res  is  NULL  if  the  mongoc_bulkwrite_t  has  no  known  successful  writes  or  was  executed with an
       unacknowledged write concern.

       res must be freed with mongoc_bulkwriteresult_destroy().

       exc is NULL if no error occurred.

       exc must be freed with mongoc_bulkwriteexception_destroy().

AUTHOR

       MongoDB, Inc

COPYRIGHT

       2009-present, MongoDB, Inc.

1.30.4                                            Jun 08, 2025                       MONGOC_BULKWRITERETURN_T(3)