mongoc_reply_flags_t

Values

ValueMeaning
NONE0
CURSOR_NOT_FOUND1
QUERY_FAILURE2
SHARD_CONFIG_STALE4
AWAIT_CAPABLE8

Detailed Description

mongoc reply flags t

@MONGOC_REPLY_NONE: No flags set. @MONGOC_REPLY_CURSOR_NOT_FOUND: Cursor was not found. @MONGOC_REPLY_QUERY_FAILURE: Query failed, error document provided. @MONGOC_REPLY_SHARD_CONFIG_STALE: Shard configuration is stale. @MONGOC_REPLY_AWAIT_CAPABLE: Wait for data to be returned until timeout has passed. Used with %MONGOC_QUERY_TAILABLE_CURSOR.

#mongoc_reply_flags_t contains flags supplied by the Mongo server in reply to a request.

Meta