Clio develop
The XRP Ledger API server.
|
Invalid parameters error. More...
#include <Errors.hpp>
Public Member Functions | |
InvalidParamsError (std::string msg) | |
Construct a new Invalid Params Error object. | |
char const * | what () const override throw () |
Get the error message as a C string. | |
Invalid parameters error.
|
inlineexplicit |
Construct a new Invalid Params Error object.
msg | The error message |
|
inlineoverride |
Get the error message as a C string.