GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
MONGOC_REPLY_FLAGS_T(3) libmongoc MONGOC_REPLY_FLAGS_T(3)

Flags from server replies

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;


These flags correspond to the wire protocol. They may be bitwise or'd together.

MONGOC_REPLY_NONE No flags set.
MONGOC_REPLY_CURSOR_NOT_FOUND No matching cursor was found on the server.
MONGOC_REPLY_QUERY_FAILURE The query failed or was invalid. Error document has been provided.
MONGOC_REPLY_SHARD_CONFIG_STALE Shard config is stale.
MONGOC_REPLY_AWAIT_CAPABLE If the returned cursor is capable of MONGOC_QUERY_AWAIT_DATA.

MongoDB, Inc

2009-present, MongoDB, Inc.

July 3, 2025 1.30.4

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.