1MONGOC_APM_COMMAND_FAILED_GET_REPLY(l3i)bmonMgOoNcGOC_APM_COMMAND_FAILED_GET_REPLY(3)
2
3
4
6 mongoc_apm_command_failed_get_reply - mongoc_apm_command_failed_get_re‐
7 ply()
8
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
22 • event: A mongoc_apm_command_failed_t.
23
25 A bson_t that should not be modified or freed.
26
27 SEE ALSO:
28 Introduction to Application Performance Monitoring
29
30
32 MongoDB, Inc
33
35 2017-present, MongoDB, Inc
36
37
38
39
401.23.1 Oct 20,M2O0N2G2OC_APM_COMMAND_FAILED_GET_REPLY(3)