Clio develop
The XRP Ledger API server.
|
Holds information about a clio warning. More...
#include <Errors.hpp>
Public Member Functions | |
constexpr | WarningInfo (WarningCode code, char const *message) |
Construct a new Warning Info object. | |
Public Attributes | |
WarningCode | code = WarnUnknown |
std::string_view const | message = "unknown warning" |
Holds information about a clio warning.
|
inlineconstexpr |
Construct a new Warning Info object.
code | The warning code |
message | The warning message |