|
rippled
|
Maps an rpc error code to its token, default message, and HTTP status. More...
#include <ErrorCodes.h>

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 169 of file ErrorCodes.h.
|
constexpr |
Definition at line 172 of file ErrorCodes.h.
|
constexpr |
Definition at line 180 of file ErrorCodes.h.
|
constexpr |
Definition at line 188 of file ErrorCodes.h.
| error_code_i ripple::RPC::ErrorInfo::code |
Definition at line 200 of file ErrorCodes.h.
| Json::StaticString ripple::RPC::ErrorInfo::token |
Definition at line 201 of file ErrorCodes.h.
| Json::StaticString ripple::RPC::ErrorInfo::message |
Definition at line 202 of file ErrorCodes.h.
| int ripple::RPC::ErrorInfo::http_status |
Definition at line 203 of file ErrorCodes.h.