#include <exceptions.hpp>
|
| boost::optional< std::string > | reason |
Definition at line 171 of file exceptions.hpp.
◆ NotEnoughFundsException()
| hw::trezor::exc::proto::NotEnoughFundsException::NotEnoughFundsException |
( |
| ) |
|
|
inline |
◆ FailureException() [1/2]
◆ FailureException() [2/2]
Definition at line 138 of file exceptions.hpp.
140 : code(code), message(message) {
141 reason =
"Trezor returned failure: code="
142 + (code ? std::to_string(code.get()) : "")
143 +
", message=" + (message ? message.
get() :
"");
144 };
boost::optional< std::string > reason
void get(std::istream &input, bool &res)
The documentation for this class was generated from the following file:
- /home/abuild/rpmbuild/BUILD/electroneum-5.1.3.1-build/electroneum-5.1.3.1/src/device_trezor/trezor/exceptions.hpp