bson_error_clear()#

Synopsis#

void
bson_error_clear (bson_error_t *error);

Parameters#

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.