1MONGOC_APM_SET_COMMAND_FAILED_CB(3)libmongocMONGOC_APM_SET_COMMAND_FAILED_CB(3)
2
3
4

NAME

6       mongoc_apm_set_command_failed_cb - mongoc_apm_set_command_failed_cb()
7

SYNOPSIS

9          typedef void (*mongoc_apm_command_failed_cb_t) (
10             const mongoc_apm_command_failed_t *event);
11
12          void
13          mongoc_apm_set_command_failed_cb (mongoc_apm_callbacks_t *callbacks,
14                                            mongoc_apm_command_failed_cb_t cb);
15
16       Receive  an  event  notification whenever the driver fails to execute a
17       MongoDB operation.
18

PARAMETERS

20       · callbacks: A mongoc_apm_callbacks_t.
21
22       · cb: A function to call with a mongoc_apm_command_failed_t whenever  a
23         MongoDB operation fails.
24

SEE ALSO

26       Introduction to Application Performance Monitoring
27

AUTHOR

29       MongoDB, Inc
30
32       2017-present, MongoDB, Inc
33
34
35
36
371.16.2                           Feb 25, 202M0ONGOC_APM_SET_COMMAND_FAILED_CB(3)
Impressum