#include <protocol.hpp>
◆ ProtocolError() [1/4]
| models::bmi::protocols::ProtocolError::ProtocolError |
( |
| ) |
|
|
delete |
◆ ProtocolError() [2/4]
| models::bmi::protocols::ProtocolError::ProtocolError |
( |
Error | err, |
|
|
const std::string & | message = "" ) |
|
inline |
◆ ProtocolError() [3/4]
| models::bmi::protocols::ProtocolError::ProtocolError |
( |
const ProtocolError & | other | ) |
|
|
default |
◆ ProtocolError() [4/4]
| models::bmi::protocols::ProtocolError::ProtocolError |
( |
ProtocolError && | other | ) |
|
|
defaultnoexcept |
◆ ~ProtocolError()
| models::bmi::protocols::ProtocolError::~ProtocolError |
( |
| ) |
|
|
default |
◆ error_code()
| auto models::bmi::protocols::ProtocolError::error_code |
( |
| ) |
const -> const Error& |
|
inline |
◆ get_message()
| auto models::bmi::protocols::ProtocolError::get_message |
( |
| ) |
const -> const std::string& |
|
inline |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ to_string()
| auto models::bmi::protocols::ProtocolError::to_string |
( |
| ) |
const -> std::string |
|
inline |
◆ what()
| char const * models::bmi::protocols::ProtocolError::what |
( |
| ) |
const |
|
inlineoverridenoexcept |
◆ err
| Error models::bmi::protocols::ProtocolError::err |
|
private |
◆ message
| std::string models::bmi::protocols::ProtocolError::message |
|
mutableprivate |
The documentation for this class was generated from the following file: