1MONGOC_APM_COMMAND_FAILED_GET_REPLY(l3i)bmonMgOoNcGOC_APM_COMMAND_FAILED_GET_REPLY(3)
2
3
4

NAME

6       mongoc_apm_command_failed_get_reply          -          mongoc_apm_com‐
7       mand_failed_get_reply()
8

SYNOPSIS

10          const bson_t *
11          mongoc_apm_command_failed_get_reply (
12             const mongoc_apm_command_failed_t *event);
13
14       Returns the server's reply to a command that failed. The reply contains
15       details  about why the command failed. If no server reply was received,
16       such as in the event of a network error, then  the  reply  is  a  valid
17       empty  BSON  document. The data is only valid in the scope of the call‐
18       back that receives this event; copy it if it will be accessed after the
19       callback returns.
20

PARAMETERS

22       · event: A mongoc_apm_command_failed_t.
23

RETURNS

25       A bson_t that should not be modified or freed.
26

SEE ALSO

28       Introduction to Application Performance Monitoring
29

AUTHOR

31       MongoDB, Inc
32
34       2017-present, MongoDB, Inc
35
36
37
38
391.16.2                           Feb 25,M2O0N2G0OC_APM_COMMAND_FAILED_GET_REPLY(3)
Impressum