Couchbase C++ SDK 1.0.2 (rev. 51f4775)
|
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_code | error | |
error()=default | error | |
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() const | error | explicit |
operator==(const error &other) const -> bool | error |