Represents an error on a REST API call, e.g. a HTTPS request.
More...
|
const char * | what () const noexcept override |
| Get exception message. More...
|
|
Represents an error on a REST API call, e.g. a HTTPS request.
- Note
- This is a stub for documentation purposes. For full information on supported methods please see dpp::exception.
◆ what()
const char * dpp::exception::what |
( |
| ) |
const |
|
inlineoverridenoexceptinherited |
Get exception message.
- Returns
- const char* error message
◆ msg
std::string dpp::exception::msg |
|
protectedinherited |