'\" t .\" Man page generated from reStructuredText. . . .nr rst2man-indent-level 0 . .de1 rstReportMargin \\$1 \\n[an-margin] level \\n[rst2man-indent-level] level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] - \\n[rst2man-indent0] \\n[rst2man-indent1] \\n[rst2man-indent2] .. .de1 INDENT .\" .rstReportMargin pre: . RS \\$1 . nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin] . nr rst2man-indent-level +1 .\" .rstReportMargin post: .. .de UNINDENT . RE .\" indent \\n[an-margin] .\" old: \\n[rst2man-indent\\n[rst2man-indent-level]] .nr rst2man-indent-level -1 .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]] .in \\n[rst2man-indent\\n[rst2man-indent-level]]u .. .TH "MONGOC_REPLY_FLAGS_T" "3" "May 07, 2024" "1.27.1" "libmongoc" .sp Flags from server replies .SH SYNOPSIS .INDENT 0.0 .INDENT 3.5 .sp .EX 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; .EE .UNINDENT .UNINDENT .SH DESCRIPTION .sp These flags correspond to the wire protocol. They may be bitwise or\(aqd together. .SH FLAG VALUES .TS center; |l|l|. _ T{ MONGOC_REPLY_NONE T} T{ No flags set. T} _ T{ MONGOC_REPLY_CURSOR_NOT_FOUND T} T{ No matching cursor was found on the server. T} _ T{ MONGOC_REPLY_QUERY_FAILURE T} T{ The query failed or was invalid. Error document has been provided. T} _ T{ MONGOC_REPLY_SHARD_CONFIG_STALE T} T{ Shard config is stale. T} _ T{ MONGOC_REPLY_AWAIT_CAPABLE T} T{ If the returned cursor is capable of MONGOC_QUERY_AWAIT_DATA. T} _ .TE .SH AUTHOR MongoDB, Inc .SH COPYRIGHT 2017-present, MongoDB, Inc .\" Generated by docutils manpage writer. .