|
unilink
0.4.3
A simple C++ library for unified async communication
|
Exception thrown during connection operations. More...
#include <exceptions.hpp>
Public Member Functions | |
| ConnectionException (const std::string &message, const std::string &connection_type="", const std::string &operation="") | |
| const std::string & | get_connection_type () const noexcept |
| std::string | get_full_message () const |
Public Member Functions inherited from unilink::diagnostics::UnilinkException | |
| UnilinkException (const std::string &message, const std::string &component="", const std::string &operation="") | |
| const std::string & | get_component () const noexcept |
| const std::string & | get_operation () const noexcept |
| std::string | get_full_message () const |
Exception thrown during connection operations.
Indicates errors that occur during network or serial connection establishment, maintenance, or teardown.
Definition at line 146 of file exceptions.hpp.
|
inlineexplicit |
Definition at line 148 of file exceptions.hpp.
|
inlinenoexcept |
Definition at line 152 of file exceptions.hpp.
|
inline |
Definition at line 154 of file exceptions.hpp.