#include <couchbase/error.hxx>
◆ error() [1/3]
◆ error() [2/3]
| error |
( |
std::error_code | ec, |
|
|
std::string | message = {}, |
|
|
error_context | ctx = {} ) |
◆ error() [3/3]
| error |
( |
std::error_code | ec, |
|
|
std::string | message, |
|
|
error_context | ctx, |
|
|
error | cause ) |
◆ cause()
| auto cause |
( |
| ) |
const -> std::optional< error > |
|
nodiscard |
◆ ctx()
◆ ec()
| auto ec |
( |
| ) |
const -> std::error_code |
|
nodiscard |
◆ message()
| auto message |
( |
| ) |
const -> const std::string & |
|
nodiscard |
◆ operator bool()
◆ operator==()
| auto operator== |
( |
const error & | other | ) |
const -> bool |
The documentation for this class was generated from the following file: