|
SYNOPSISbool mongoc_gridfs_file_error (mongoc_gridfs_file_t *file, bson_error_t *error); PARAMETERS
DESCRIPTIONThis function checks to see if there has been an error associated with the last operation upon file. ERRORSErrors are propagated via the error parameter. RETURNSReturns false if there has been no registered error, otherwise true and error is set. AUTHORMongoDB, Inc COPYRIGHT2009-present, MongoDB, Inc.
|