![]() |
D++ (DPP)
C++ Discord API Bot Library
|
Represents an error establishing or maintaining a connection. More...
#include <exception.h>
Public Member Functions | |
| exception_error_code | code () const noexcept |
| Get exception code. | |
| const char * | what () const noexcept override |
| Get exception message. | |
Protected Attributes | |
| exception_error_code | error_code |
| Exception error code. | |
| std::string | msg |
| Exception message. | |
Represents an error establishing or maintaining a connection.
|
inlinenodiscardnoexceptinherited |
Get exception code.
|
inlinenodiscardoverridenoexceptinherited |
Get exception message.
|
protectedinherited |
Exception error code.
|
protectedinherited |
Exception message.