Couchbase C++ SDK 1.0.1 (rev. 58d46d7)
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
message() const -> const std::string &error
operator bool() consterrorexplicit
operator==(const error &other) const -> boolerror