Ditto 4.5.3
|
All errors that are thrown by the Ditto SDK are wrapped as a DittoError
.
More...
#include <Errors.hpp>
Public Member Functions | |
DittoError (dittoffi_error_t *ffi_error) | |
DittoError (std::string msg) | |
const char * | what () const noexcept override |
Returns the explanatory string. | |
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.