bson_error_clear()#
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.