Scroll to navigation

MONGOC_CLIENT_POOL_SET_ERROR_API(3) Library Functions Manual MONGOC_CLIENT_POOL_SET_ERROR_API(3)

NAME

mongoc_client_pool_set_error_api() - None

SYNOPSIS


bool mongoc_client_pool_set_error_api (mongoc_client_pool_t *client, int32_t version);

Configure how the C Driver reports errors. See

PARAMETERS

pool
A mongoc_client_pool_t
version
The version of the error API, either MONGOC_ERROR_API_VERSION_LEGACY or MONGOC_ERROR_API_VERSION_2

RETURNS

Returns true if the error API version was set, or logs an error message and returns false.

COLOPHON

This page is part of MongoDB C Driver. Please report any bugs at https://jira.mongodb.org/browse/CDRIVER.
2016‐10‐12 MongoDB C Driver