SYNOPSIS
bool mongoc_gridfs_file_error (mongoc_gridfs_file_t *file, bson_error_t *error);
DESCRIPTION
The mongoc_gridfs_file_error() function shall set error with the value of the last error on the file.
RETURN VALUE
The mongoc_gridfs_file_error() function returns true if there is an error on the gridfs_file. In the absence of an error, it returns false.
ERRORS
No errors are defined.
SEE ALSO
AUTHORS
This page was written by MongoDB Inc.