Skip site navigation (1)Skip section navigation (2)

  
 
  

home | help
MONGOC_CLIENT...RT_TRANSACTION(3)   libmongoc  MONGOC_CLIENT...RT_TRANSACTION(3)

SYNOPSIS
	bool
	mongoc_client_session_abort_transaction (mongoc_client_session_t *session,
						 bson_error_t *error);

     Abort a multi-document transaction.

PARAMETERS
     * session: A mongoc_client_session_t.

     * error: An optional location for a bson_error_t or NULL.

RETURN
     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.

AUTHOR
     MongoDB, Inc

COPYRIGHT
     2009-present, MongoDB, Inc.

1.30.8				  Aug 27, 2026 MONGOC_CLIENT...RT_TRANSACTION(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=mongoc_client_session_abort_transaction&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help