rippled
|
Maps an rpc error code to its token, default message, and HTTP status. More...
Public Member Functions | |
constexpr | ErrorInfo () |
constexpr | ErrorInfo (error_code_i code_, char const *token_, char const *message_) |
constexpr | ErrorInfo (error_code_i code_, char const *token_, char const *message_, int http_status_) |
Public Attributes | |
error_code_i | code |
Json::StaticString | token |
Json::StaticString | message |
int | http_status |
Maps an rpc error code to its token, default message, and HTTP status.
Definition at line 167 of file ErrorCodes.h.
|
constexpr |
Definition at line 170 of file ErrorCodes.h.
|
constexpr |
Definition at line 178 of file ErrorCodes.h.
|
constexpr |
Definition at line 186 of file ErrorCodes.h.
error_code_i ripple::RPC::ErrorInfo::code |
Definition at line 198 of file ErrorCodes.h.
Json::StaticString ripple::RPC::ErrorInfo::token |
Definition at line 199 of file ErrorCodes.h.
Json::StaticString ripple::RPC::ErrorInfo::message |
Definition at line 200 of file ErrorCodes.h.
int ripple::RPC::ErrorInfo::http_status |
Definition at line 201 of file ErrorCodes.h.