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

Public Member Functions | |
| constexpr | ErrorInfo () |
| constexpr | ErrorInfo (ErrorCodeI code, char const *token, char const *message) |
| constexpr | ErrorInfo (ErrorCodeI code, char const *token, char const *message, int httpStatus) |
Public Attributes | |
| ErrorCodeI | code |
| json::StaticString | token |
| json::StaticString | message |
| int | httpStatus |
Maps an rpc error code to its token, default message, and HTTP status.
Definition at line 171 of file ErrorCodes.h.
|
constexpr |
Definition at line 174 of file ErrorCodes.h.
|
constexpr |
Definition at line 179 of file ErrorCodes.h.
|
constexpr |
Definition at line 184 of file ErrorCodes.h.
| ErrorCodeI xrpl::RPC::ErrorInfo::code |
Definition at line 189 of file ErrorCodes.h.
| json::StaticString xrpl::RPC::ErrorInfo::token |
Definition at line 190 of file ErrorCodes.h.
| json::StaticString xrpl::RPC::ErrorInfo::message |
Definition at line 191 of file ErrorCodes.h.
| int xrpl::RPC::ErrorInfo::httpStatus |
Definition at line 192 of file ErrorCodes.h.