1MONGOC_APM_COMMAND_FAILED_GET_REPLY(l3i)bmonMgOoNcGOC_APM_COMMAND_FAILED_GET_REPLY(3)
2
3
4
6 const bson_t *
7 mongoc_apm_command_failed_get_reply (
8 const mongoc_apm_command_failed_t *event);
9
10 Returns the server's reply to a command that failed. The reply contains
11 details about why the command failed. If no server reply was received,
12 such as in the event of a network error, then the reply is a valid
13 empty BSON document. The data is only valid in the scope of the call‐
14 back that receives this event; copy it if it will be accessed after the
15 callback returns.
16
18 • event: A mongoc_apm_command_failed_t.
19
21 A bson_t that should not be modified or freed.
22
23 SEE ALSO:
24 Introduction to Application Performance Monitoring
25
26
28 MongoDB, Inc
29
31 2017-present, MongoDB, Inc
32
33
34
35
361.25.1 Nov 08,M2O0N2G3OC_APM_COMMAND_FAILED_GET_REPLY(3)