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