1MONGOC_APM_COMMAND_FAILED_GET_REMPoLnYg(o3D)B CMDOrNiGvOeCr_APM_COMMAND_FAILED_GET_REPLY(3)
2
3
4
6 mongoc_apm_command_failed_get_reply - mongoc_apm_com‐
7 mand_failed_get_reply()
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
28 Introduction to Application Performance Monitoring
29
31 MongoDB, Inc
32
34 2017-present, MongoDB, Inc
35
36
37
38
391.14.0 Feb 22,M2O0N1G9OC_APM_COMMAND_FAILED_GET_REPLY(3)