|
SYNOPSISbool mongoc_change_stream_error_document (mongoc_change_stream_t *stream, Checks if an error has occurred when creating or iterating over a change stream. Similar to mongoc_cursor_error_document() if the error has occurred client-side then the reply will be set to an empty BSON document. If the error occurred server-side, reply is set to the server's reply document. PARAMETERS
RETURNSA boolean indicating if there was an error. AUTHORMongoDB, Inc COPYRIGHT2009-present, MongoDB, Inc.
|