FreeBSD Manual Pages
MONGOC_REPLY_FLAGS_T(3) libmongoc MONGOC_REPLY_FLAGS_T(3) Flags from server replies SYNOPSIS typedef enum { MONGOC_REPLY_NONE = 0, MONGOC_REPLY_CURSOR_NOT_FOUND = 1 << 0, MONGOC_REPLY_QUERY_FAILURE = 1 << 1, MONGOC_REPLY_SHARD_CONFIG_STALE = 1 << 2, MONGOC_REPLY_AWAIT_CAPABLE = 1 << 3, } mongoc_reply_flags_t; DESCRIPTION These flags correspond to the wire protocol. They may be bitwise or'd together. FLAG VALUES +----------------------------+----------------------------+ | MONGOC_REPLY_NONE | No flags set. | +----------------------------+----------------------------+ | MONGOC_REPLY_CUR- | No matching cursor was | | SOR_NOT_FOUND | found on the server. | +----------------------------+----------------------------+ | MONGOC_REPLY_QUERY_FAILURE | The query failed or was | | | invalid. Error document | | | has been provided. | +----------------------------+----------------------------+ | MONGOC_REPLY_SHARD_CON- | Shard config is stale. | | FIG_STALE | | +----------------------------+----------------------------+ | MONGOC_REPLY_AWAIT_CAPABLE | If the returned cursor is | | | capable of MON- | | | GOC_QUERY_AWAIT_DATA. | +----------------------------+----------------------------+ AUTHOR MongoDB, Inc COPYRIGHT 2009-present, MongoDB, Inc. 1.30.2 Apr 12, 2025 MONGOC_REPLY_FLAGS_T(3)
SYNOPSIS | DESCRIPTION | FLAG VALUES | AUTHOR | COPYRIGHT
Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=mongoc_reply_flags_t&sektion=3&manpath=FreeBSD+Ports+14.3.quarterly>
