Couchbase C++ SDK 1.0.4 (rev. 5355b0f)
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
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