|
Clio
develop
The XRP Ledger API server.
|
Error channel type for async operation of any ExecutionContext. More...
#include <Error.hpp>
Public Member Functions | |
| ExecutionError (std::string tid, std::string msg) | |
| Construct a new Execution Error object. | |
| ExecutionError (ExecutionError const &)=default | |
| ExecutionError (ExecutionError &&)=default | |
| ExecutionError & | operator= (ExecutionError &&)=default |
| ExecutionError & | operator= (ExecutionError const &)=default |
| operator char const * () const noexcept | |
| Conversion to string. | |
Public Attributes | |
| std::string | message |
Error channel type for async operation of any ExecutionContext.
|
inline |
Construct a new Execution Error object.
| tid | The thread id |
| msg | The error message |
|
inlinenodiscardnoexcept |
Conversion to string.