Scroll to navigation

MONGOC_APM_COMMAND_FAILED_GET_ERROR(3) Library Functions Manual MONGOC_APM_COMMAND_FAILED_GET_ERROR(3)

NAME

mongoc_apm_command_failed_get_error() - None

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.

See Introduction to Application Performance Monitoring

PARAMETERS

event
A mongoc_apm_command_failed_t
error
A pointer to a bson_error_t that will be updated with the error's domain, code, and message.

COLOPHON

This page is part of MongoDB C Driver. Please report any bugs at https://jira.mongodb.org/browse/CDRIVER.
2016‐10‐12 MongoDB C Driver