|
Ditto 4.0.0
|
All errors that are thrown by the Ditto SDK are wrapped as a DittoError.
More...
#include <Errors.hpp>
Public Member Functions | |
| DittoError (std::string msg) | |
| const char * | what () const noexcept override |
| Returns the explanatory string. More... | |
All errors that are thrown by the Ditto SDK are wrapped as a DittoError.
You can see more information about an error by calling what().
|
overridenoexcept |
Returns the explanatory string.