8typedef dittoffi_error dittoffi_error_t;
31 const char *
what()
const noexcept override;
All errors that are thrown by the Ditto SDK are wrapped as a DittoError.
Definition Errors.hpp:18
const char * what() const noexcept override
Returns the explanatory string.
Definition Errors.cpp:29