|
Astarte device API for C++ 0.7.1
Astarte device SDK for C++
|
Specific exception for when an operation failed due to incompatible user input. More...
#include <exceptions.hpp>
Inheritance diagram for AstarteDeviceSdk::AstarteInvalidInputException:Public Member Functions | |
| AstarteInvalidInputException (std::string_view err_message) | |
| Constructor for the Astarte incompatible input exception. | |
Public Member Functions inherited from AstarteDeviceSdk::AstarteException | |
| AstarteException (std::string_view message) | |
| Constructor for the Astarte exception. | |
| auto | what () const noexcept -> const char *override |
| Implementation of the virtual method what from the partent std::exception class. | |
Specific exception for when an operation failed due to incompatible user input.
|
explicit |
Constructor for the Astarte incompatible input exception.
| err_message | The error message with the specific of the incompatible input. |