mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 19:15:54 +00:00
refactor: Remove reporting mode (#5092)
This commit is contained in:
@@ -136,8 +136,8 @@ enum error_code_i {
|
||||
rpcINVALID_LGR_RANGE = 79,
|
||||
rpcEXPIRED_VALIDATOR_LIST = 80,
|
||||
|
||||
// Reporting
|
||||
rpcFAILED_TO_FORWARD = 90,
|
||||
// unused = 90,
|
||||
// DEPRECATED. New code must not use this value.
|
||||
rpcREPORTING_UNSUPPORTED = 91,
|
||||
|
||||
rpcOBJECT_NOT_FOUND = 92,
|
||||
@@ -148,8 +148,7 @@ enum error_code_i {
|
||||
// Oracle
|
||||
rpcORACLE_MALFORMED = 94,
|
||||
|
||||
rpcLAST =
|
||||
rpcORACLE_MALFORMED // rpcLAST should always equal the last code.=
|
||||
rpcLAST = rpcORACLE_MALFORMED // rpcLAST should always equal the last code.
|
||||
};
|
||||
|
||||
/** Codes returned in the `warnings` array of certain RPC commands.
|
||||
@@ -160,7 +159,7 @@ enum warning_code_i {
|
||||
warnRPC_UNSUPPORTED_MAJORITY = 1001,
|
||||
warnRPC_AMENDMENT_BLOCKED = 1002,
|
||||
warnRPC_EXPIRED_VALIDATOR_LIST = 1003,
|
||||
warnRPC_REPORTING = 1004
|
||||
// unused = 1004
|
||||
};
|
||||
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user