Clio develop
The XRP Ledger API server.
|
Warning that checks can return. More...
#include <Checkers.hpp>
Public Member Functions | |
Warning (WarningCode code, std::string message) | |
Construct a new Warning object. | |
bool | operator== (Warning const &other) const =default |
Public Attributes | |
WarningCode | warningCode |
std::string | extraMessage |
Warning that checks can return.
|
inline |
Construct a new Warning object.
code | The warning code |
message | The warning message |