Couchbase C++ SDK 1.0.2 (rev. 51f4775)
|
#include <couchbase/error.hxx>
Public Member Functions | |
error ()=default | |
error (std::error_code ec, std::string message={}, error_context ctx={}) | |
error (std::error_code ec, std::string message, error_context ctx, error cause) | |
auto | ec () const -> std::error_code |
auto | message () const -> const std::string & |
auto | ctx () const -> const error_context & |
auto | cause () const -> std::optional< error > |
operator bool () const | |
auto | operator== (const error &other) const -> bool |
|
default |
error | ( | std::error_code | ec, |
std::string | message = {}, | ||
error_context | ctx = {} ) |
error | ( | std::error_code | ec, |
std::string | message, | ||
error_context | ctx, | ||
error | cause ) |
|
nodiscard |
|
nodiscard |
|
nodiscard |
|
nodiscard |
|
explicit |
auto operator== | ( | const error & | other | ) | const -> bool |