Provided by: libmongoc-doc_2.2.1-1_all bug

SYNOPSIS

          typedef struct {
             bool is_ok;           // true if no error
             bool is_acknowledged; // true if the previous call to `mongoc_bulkwrite_execute` used an acknowledged write concern
          } mongoc_bulkwrite_check_acknowledged_t;

DESCRIPTION

       mongoc_bulkwrite_check_acknowledged_t <> is returned by mongoc_bulkwrite_check_acknowledged() <>.

       is_ok  is  false  if  there  was no previous call to mongoc_bulkwrite_execute() <> or if execution failed
       before the write concern could be determined.

       is_acknowledged is true if the previous mongoc_bulkwrite_execute() <> call  used  an  acknowledged  write
       concern.

Author

       MongoDB, Inc

Copyright

       2009-present, MongoDB, Inc.

2.2.1                                             Dec 11, 2025          MONGOC_BULKWRITE_CHECK_ACKNOWLEDGED_T(3)