Ditto 1.1.3
Public Member Functions | List of all members
ditto::DittoError Class Reference

All errors that are thrown by the Ditto SDK are wrapped as a DittoError. More...

#include <Errors.hpp>

Inheritance diagram for ditto::DittoError:

Public Member Functions

 DittoError (std::string msg)
 
const char * what () const noexcept override
 Returns the explanatory string. More...
 

Detailed Description

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().

Member Function Documentation

◆ what()

const char * ditto::DittoError::what ( ) const
overridenoexcept

Returns the explanatory string.

Returns
the explanatory string.