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

SYNOPSIS

6          bool
7          mongoc_gridfs_file_list_error (mongoc_gridfs_file_list_t *list,
8                                         bson_error_t *error);
9

PARAMETERS

11list: A mongoc_gridfs_file_list_t.
12
13error: An optional location for a bson_error_t or NULL.
14

DESCRIPTION

16       Fetches  any  error that has occurred while trying to retrieve the file
17       list.
18

ERRORS

20       Errors are propagated via the error parameter.
21

RETURNS

23       false if no error has been registered, otherwise true and error is set.
24

AUTHOR

26       MongoDB, Inc
27
29       2017-present, MongoDB, Inc
30
31
32
33
341.25.1                           Nov 08, 2023 MONGOC_GRIDFS_FILE_LIST_ERROR(3)
Impressum