1MONGOC_GRIDFS_FILE_LIST_ERROR(3) libmongoc MONGOC_GRIDFS_FILE_LIST_ERROR(3)
2
3
4
6 mongoc_gridfs_file_list_error - mongoc_gridfs_file_list_error()
7
9 bool
10 mongoc_gridfs_file_list_error (mongoc_gridfs_file_list_t *list,
11 bson_error_t *error);
12
14 • list: A mongoc_gridfs_file_list_t.
15
16 • error: An optional location for a bson_error_t or NULL.
17
19 Fetches any error that has occurred while trying to retrieve the file
20 list.
21
23 Errors are propagated via the error parameter.
24
26 false if no error has been registered, otherwise true and error is set.
27
29 MongoDB, Inc
30
32 2017-present, MongoDB, Inc
33
34
35
36
371.21.1 Mar 02, 2022 MONGOC_GRIDFS_FILE_LIST_ERROR(3)