bson_error_clear - Man Page
Synopsis
void bson_error_clear (bson_error_t *error);
Parameters
- error: A pointer to storage for a bson_error_t <>, or NULL.
Description
If given a non-null pointer to a bson_error_t <>, this function will clear any error value that is stored in the pointed-to object. If given a null pointer, this function has no effect.
Author
MongoDB, Inc
Copyright
2009-present, MongoDB, Inc.
Info
Mar 04, 2026 2.2.3 libbson