Clio develop
The XRP Ledger API server.
Loading...
Searching...
No Matches
rpc::InvalidParamsError Class Reference

Invalid parameters error. More...

#include <Errors.hpp>

Inheritance diagram for rpc::InvalidParamsError:
Collaboration diagram for rpc::InvalidParamsError:

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.
 

Detailed Description

Invalid parameters error.

Constructor & Destructor Documentation

◆ InvalidParamsError()

rpc::InvalidParamsError::InvalidParamsError ( std::string msg)
inlineexplicit

Construct a new Invalid Params Error object.

Parameters
msgThe error message

Member Function Documentation

◆ what()

char const * rpc::InvalidParamsError::what ( ) const
throw ( )
inlineoverride

Get the error message as a C string.

Returns
The error message

The documentation for this class was generated from the following file: