|
Astarte device API for C++ 0.8.1
Astarte device SDK for C++
|
This is the complete list of members for astarte::device::mqtt::PairingConfigError, including all inherited members.
| ErrorBase(const ErrorBase &)=default | astarte::device::ErrorBase | |
| ErrorBase(ErrorBase &&)=delete | astarte::device::ErrorBase | |
| ErrorBase(std::string_view type, std::string_view message) | astarte::device::ErrorBase | explicitprotected |
| ErrorBase(std::string_view type, std::string_view message, const ErrorBase &other) | astarte::device::ErrorBase | explicitprotected |
| message() const -> const std::string & | astarte::device::ErrorBase | |
| nested_error() const -> const std::shared_ptr< ErrorBase > & | astarte::device::ErrorBase | |
| operator=(const ErrorBase &) -> ErrorBase &=default | astarte::device::ErrorBase | |
| operator=(ErrorBase &&) -> ErrorBase &=default | astarte::device::ErrorBase | |
| PairingConfigError(std::string_view message) | astarte::device::mqtt::PairingConfigError | explicit |
| PairingConfigError(std::string_view message, const Error &other) | astarte::device::mqtt::PairingConfigError | explicit |
| type() const -> const std::string & | astarte::device::ErrorBase | |
| ~ErrorBase()=default | astarte::device::ErrorBase | virtual |