1MONGOC_GRIDFS_FILE_LIST_ERROR(3)   libmongoc  MONGOC_GRIDFS_FILE_LIST_ERROR(3)
2
3
4

NAME

6       mongoc_gridfs_file_list_error - mongoc_gridfs_file_list_error()
7

SYNOPSIS

9          bool
10          mongoc_gridfs_file_list_error (mongoc_gridfs_file_list_t *list,
11                                         bson_error_t *error);
12

PARAMETERS

14       · list: A mongoc_gridfs_file_list_t.
15
16       · error: An optional location for a bson_error_t or NULL.
17

DESCRIPTION

19       Fetches  any  error that has occurred while trying to retrieve the file
20       list.
21

ERRORS

23       Errors are propagated via the error parameter.
24

RETURNS

26       false if no error has been registered, otherwise true and error is set.
27

AUTHOR

29       MongoDB, Inc
30
32       2017-present, MongoDB, Inc
33
34
35
36
371.16.2                           Feb 25, 2020 MONGOC_GRIDFS_FILE_LIST_ERROR(3)
Impressum