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

Account not found error. More...

#include <Errors.hpp>

Inheritance diagram for rpc::AccountNotFoundError:
Collaboration diagram for rpc::AccountNotFoundError:

Public Member Functions

 AccountNotFoundError (std::string acct)
 Construct a new Account Not Found Error object.
 
char const * what () const override throw ()
 Get the error message as a C string.
 

Detailed Description

Account not found error.

Constructor & Destructor Documentation

◆ AccountNotFoundError()

rpc::AccountNotFoundError::AccountNotFoundError ( std::string acct)
inlineexplicit

Construct a new Account Not Found Error object.

Parameters
acctThe account

Member Function Documentation

◆ what()

char const * rpc::AccountNotFoundError::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: