| MONGOC_CLIENT_SESSION_ABORT_TRANSACTION(3) | libmongoc | MONGOC_CLIENT_SESSION_ABORT_TRANSACTION(3) |
bool mongoc_client_session_abort_transaction (mongoc_client_session_t *session,
bson_error_t *error);
Abort a multi-document transaction.
Returns true if the transaction was aborted. Returns false and sets error if there are invalid arguments, such as a session with no transaction in progress. Network or server errors are ignored.
MongoDB, Inc
2009-present, MongoDB, Inc.
| May 7, 2025 | 1.30.4 |