Public Member Functions | |
| ResponseTimeoutException (std::string rejectReason, int timeoutMilliseconds) | |
| ~ResponseTimeoutException () override=default | |
| int | timeout () const noexcept |
| Public Member Functions inherited from SessionException | |
| SessionException (SessionErrorReason::Enum reason, std::string message) | |
| ~SessionException () override=default | |
| const char * | what () const noexcept override |
| SessionErrorReason::Enum | reason () const noexcept |
| const std::string & | toString () const noexcept |
Definition at line 145 of file SessionException.h.
|
explicit |
| rejectReason | Human-readable error description. |
| timeoutMilliseconds | Timeout duration in milliseconds. |
|
overridedefault |
|
noexcept |