D++ (DPP)
C++ Discord API Bot Library
|
Represents inability to parse data, usually caused by malformed JSON or ETF. More...
#include <exception.h>
Public Member Functions | |
const char * | what () const noexcept override |
Get exception message. More... | |
exception_error_code | code () const noexcept |
Get exception code. More... | |
Protected Attributes | |
std::string | msg |
Exception message. More... | |
exception_error_code | error_code |
Exception error code. More... | |
Represents inability to parse data, usually caused by malformed JSON or ETF.
|
inlinenoexceptinherited |
Get exception code.
|
inlineoverridenoexceptinherited |
Get exception message.
|
protectedinherited |
Exception error code.
|
protectedinherited |
Exception message.