mongoc_collection_get_last_error (3) Linux Manual Page
mongoc_collection_get_last_error() – The mongoc_collection_get_last_error() function shall return getLastError document, according to write_concern on last executed command for current collection instance.
Synopsis
const bson_t *
mongoc_collection_get_last_error (const mongoc_collection_t *collection);
Parameters
- collection
- A mongoc_collection_t \&.
Description
The mongoc_collection_get_last_error() function shall return getLastError document, according to write_concern on last executed command for current collection instance.A write_concern must be at least MONGOC_WRITE_CONCERN_W_DEFAULT in last command execution for this to be available.
