|
ews-cpp
0.9
|
Exception thrown when a request was not successful. More...
#include <ews.hpp>
Public Member Functions | |
| exchange_error (response_code code) | |
| Constructs an exchange_error from a <ResponseCode>. | |
| exchange_error (response_code code, const std::string &message_text) | |
| Constructs an exchange_error from a <ResponseCode> and additional error message, e.g., from an <MessageText> element. | |
| response_code | code () const EWS_NOEXCEPT |
Public Member Functions inherited from ews::exception | |
| exception (const std::string &what) | |
| exception (const char *what) | |
Exception thrown when a request was not successful.
1.8.11