|  |  
 |   |   
 SYNOPSISbool mongoc_cursor_error (mongoc_cursor_t *cursor, bson_error_t *error); PARAMETERS
 DESCRIPTIONThis function checks to see if an error has occurred while iterating the cursor. ERRORSErrors are propagated via the error parameter. RETURNSfalse if no error has occurred, otherwise true and error is set. AUTHORMongoDB, Inc COPYRIGHT2009-present, MongoDB, Inc. 
 
 |