41 const
char*
what() const noexcept override;
52 : _message{std::move(message)}
57 return _message.c_str();
Exception raised by the SDK.
Definition Exceptions.h:23
SDKException() noexcept=default
Constructor.
const char * what() const noexcept override
Returns the error message.
Definition Exceptions.h:55
Main SDK namespace.
Definition AlarmChannel.h:21