![]() |
Hazelcast C++ Client
Hazelcast C++ Client Library
|
Public Member Functions | |
query (std::string source="", std::string message="", std::string details="", std::exception_ptr cause=nullptr) | |
query (int32_t code, std::string message, std::exception_ptr cause=nullptr, boost::uuids::uuid originating_member_id=boost::uuids::nil_uuid(), std::string suggestion="") | |
int32_t | code () const |
const std::string & | suggestion () const |
const boost::uuids::uuid & | originating_member_uuid () const |
Definition at line 333 of file protocol_exceptions.h.
|
explicit |
Definition at line 1341 of file client_impl.cpp.
hazelcast::client::exception::query::query | ( | int32_t | code, |
std::string | message, | ||
std::exception_ptr | cause = nullptr, | ||
boost::uuids::uuid | originating_member_id = boost::uuids::nil_uuid(), | ||
std::string | suggestion = "" ) |
Definition at line 1353 of file client_impl.cpp.
int32_t hazelcast::client::exception::query::code | ( | ) | const |
Definition at line 1366 of file client_impl.cpp.
const boost::uuids::uuid & hazelcast::client::exception::query::originating_member_uuid | ( | ) | const |
Definition at line 1378 of file client_impl.cpp.
const std::string & hazelcast::client::exception::query::suggestion | ( | ) | const |
Definition at line 1372 of file client_impl.cpp.