Astarte device API for C++ 0.7.1
Astarte device SDK for C++
Loading...
Searching...
No Matches
AstarteDeviceSdk::AstarteOperationRefusedException Class Reference

Generic exception for when an operation is refused by the Astarte device. More...

#include <exceptions.hpp>

+ Inheritance diagram for AstarteDeviceSdk::AstarteOperationRefusedException:

Public Member Functions

 AstarteOperationRefusedException (std::string_view err_message)
 Constructor for the Astarte operation refused 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.
 

Detailed Description

Generic exception for when an operation is refused by the Astarte device.

Constructor & Destructor Documentation

◆ AstarteOperationRefusedException()

AstarteDeviceSdk::AstarteOperationRefusedException::AstarteOperationRefusedException ( std::string_view err_message)
explicit

Constructor for the Astarte operation refused exception.

Parameters
err_messageThe error message for the exception.

The documentation for this class was generated from the following file: