bson_set_error - Man Page

Synopsis

void
bson_set_error (
   bson_error_t *error, uint32_t domain, uint32_t code, const char *format, ...);

Parameters

Description

This is a helper function to set the parameters of a bson_error_t. It handles the case where error is NULL by doing nothing.

Author

MongoDB, Inc

Info

Feb 06, 2025 1.30.0 libbson