mongoc_apm_command_failed_get_error()
Synopsis
void mongoc_apm_command_failed_get_error (const mongoc_apm_command_failed_t *event, bson_error_t *error);
Copies this event's error info.
Parameters
event |
|
error |
A pointer to a bson_error_t that will be updated with the error's domain, code, and message. |