![]() |
Hazelcast C++ Client
Hazelcast C++ Client Library
|
Inheritance diagram for hazelcast::client::sql::hazelcast_sql_exception:Public Member Functions | |
| hazelcast_sql_exception (std::string source, boost::uuids::uuid originating_member_id, int32_t code, boost::optional< std::string > message, boost::optional< std::string > suggestion, std::exception_ptr cause=nullptr) | |
| const boost::uuids::uuid & | originating_member_id () const |
| Gets ID of the member that caused or initiated an error condition. | |
| int32_t | code () const |
| Gets the internal error code associated with the exception. | |
| const boost::optional< std::string > & | suggestion () const |
| Gets the suggested SQL statement to remediate experienced error. | |
Definition at line 28 of file hazelcast_sql_exception.h.