Couchbase C++ SDK 1.3.2 (rev. 49d3be2)
Loading...
Searching...
No Matches
error Member List

This is the complete list of members for error, including all inherited members.

cause() const -> std::optional< error >error
ctx() const -> const error_context &error
ec() const -> std::error_codeerror
error()=defaulterror
error(std::error_code ec, std::string message={}, error_context ctx={})error
error(std::error_code ec, std::string message, error_context ctx, error cause)error
error(std::error_code ec, std::string message, error_context ctx, couchbase::node_id node_id)error
message() const -> const std::string &error
node_id() const -> const couchbase::node_id &error
operator bool() consterrorexplicit
operator==(const error &other) const -> boolerror