mirror of
https://github.com/XRPLF/rippled.git
synced 2026-02-02 13:05:25 +00:00
deploy: 41c1be2bac
This commit is contained in:
@@ -539,7 +539,7 @@ $(document).ready(function() { init_codefold(0); });
|
||||
<div class="line"><a id="l00421" name="l00421"></a><span class="lineno"> 421</span> {boost::beast::websocket::policy_error, <span class="stringliteral">"threshold exceeded"</span>});</div>
|
||||
<div class="line"><a id="l00422" name="l00422"></a><span class="lineno"> 422</span> <span class="comment">// FIX: This rpcError is not delivered since the session</span></div>
|
||||
<div class="line"><a id="l00423" name="l00423"></a><span class="lineno"> 423</span> <span class="comment">// was just closed.</span></div>
|
||||
<div class="line"><a id="l00424" name="l00424"></a><span class="lineno"> 424</span> <span class="keywordflow">return</span> <a class="code hl_function" href="namespacexrpl.html#a7a2757753d0ad2a65951d78ad6ed408b">rpcError</a>(<a class="code hl_enumvalue" href="namespacexrpl.html#af6fadbc1b2101eff5fa78e7e2a50b76fa1e367e0ae0bf160a8178b5a3dd99fafc">rpcSLOW_DOWN</a>);</div>
|
||||
<div class="line"><a id="l00424" name="l00424"></a><span class="lineno"> 424</span> <span class="keywordflow">return</span> <a class="code hl_function" href="namespacexrpl.html#ab2aea6659695e209e9affb77e421f43e">rpcError</a>(<a class="code hl_enumvalue" href="namespacexrpl.html#af6fadbc1b2101eff5fa78e7e2a50b76fa1e367e0ae0bf160a8178b5a3dd99fafc">rpcSLOW_DOWN</a>);</div>
|
||||
<div class="line"><a id="l00425" name="l00425"></a><span class="lineno"> 425</span> }</div>
|
||||
<div class="line"><a id="l00426" name="l00426"></a><span class="lineno"> 426</span> </div>
|
||||
<div class="line"><a id="l00427" name="l00427"></a><span class="lineno"> 427</span> <span class="comment">// Requests without "command" are invalid.</span></div>
|
||||
@@ -589,7 +589,7 @@ $(document).ready(function() { init_codefold(0); });
|
||||
<div class="line"><a id="l00471" name="l00471"></a><span class="lineno"> 471</span> <span class="keywordflow">if</span> (<a class="code hl_enumvalue" href="namespacexrpl.html#a7fb64528931ecb2e6dd4bdb6741bd1a7ae59518181ec60bb5370c94110f1cd4bf">Role::FORBID</a> == role)</div>
|
||||
<div class="line"><a id="l00472" name="l00472"></a><span class="lineno"> 472</span> {</div>
|
||||
<div class="line"><a id="l00473" name="l00473"></a><span class="lineno"> 473</span> loadType = <a class="code hl_variable" href="namespacexrpl_1_1Resource.html#aa779f517c068d811ec69cc10ece9547d">Resource::feeMalformedRPC</a>;</div>
|
||||
<div class="line"><a id="l00474" name="l00474"></a><span class="lineno"> 474</span> jr[jss::result] = <a class="code hl_function" href="namespacexrpl.html#a7a2757753d0ad2a65951d78ad6ed408b">rpcError</a>(<a class="code hl_enumvalue" href="namespacexrpl.html#af6fadbc1b2101eff5fa78e7e2a50b76fa872e8d0c7b46106856ee675bf87a4774">rpcFORBIDDEN</a>);</div>
|
||||
<div class="line"><a id="l00474" name="l00474"></a><span class="lineno"> 474</span> jr[jss::result] = <a class="code hl_function" href="namespacexrpl.html#ab2aea6659695e209e9affb77e421f43e">rpcError</a>(<a class="code hl_enumvalue" href="namespacexrpl.html#af6fadbc1b2101eff5fa78e7e2a50b76fa872e8d0c7b46106856ee675bf87a4774">rpcFORBIDDEN</a>);</div>
|
||||
<div class="line"><a id="l00475" name="l00475"></a><span class="lineno"> 475</span> }</div>
|
||||
<div class="line"><a id="l00476" name="l00476"></a><span class="lineno"> 476</span> <span class="keywordflow">else</span></div>
|
||||
<div class="line"><a id="l00477" name="l00477"></a><span class="lineno"> 477</span> {</div>
|
||||
@@ -1532,7 +1532,7 @@ $(document).ready(function() { init_codefold(0); });
|
||||
<div class="ttc" id="anamespacexrpl_1_1RPC_html_a3366fc8d99d08013af8ad8c0bc63e33a"><div class="ttname"><a href="namespacexrpl_1_1RPC.html#a3366fc8d99d08013af8ad8c0bc63e33a">xrpl::RPC::roleRequired</a></div><div class="ttdeci">Role roleRequired(unsigned int version, bool betaEnabled, std::string const &method)</div><div class="ttdef"><b>Definition</b> <a href="RPCHandler_8cpp_source.html#l00242">RPCHandler.cpp:242</a></div></div>
|
||||
<div class="ttc" id="anamespacexrpl_1_1RPC_html_a8216a7f4b4d88bc9e6059a50e5d23139"><div class="ttname"><a href="namespacexrpl_1_1RPC.html#a8216a7f4b4d88bc9e6059a50e5d23139">xrpl::RPC::doCommand</a></div><div class="ttdeci">Status doCommand(RPC::JsonContext &context, Json::Value &result)</div><div class="ttdoc">Execute an RPC command and store the results in a Json::Value.</div><div class="ttdef"><b>Definition</b> <a href="RPCHandler_8cpp_source.html#l00203">RPCHandler.cpp:203</a></div></div>
|
||||
<div class="ttc" id="anamespacexrpl_1_1RPC_html_ad61dab11aedfd2348775860d02a1f37c"><div class="ttname"><a href="namespacexrpl_1_1RPC.html#ad61dab11aedfd2348775860d02a1f37c">xrpl::RPC::getAPIVersionNumber</a></div><div class="ttdeci">unsigned int getAPIVersionNumber(Json::Value const &jv, bool betaEnabled)</div><div class="ttdoc">Retrieve the api version number from the json value.</div><div class="ttdef"><b>Definition</b> <a href="ApiVersion_8h_source.html#l00104">ApiVersion.h:104</a></div></div>
|
||||
<div class="ttc" id="anamespacexrpl_1_1RPC_html_adacea89cc70d7238cdb1e5044c0d8932"><div class="ttname"><a href="namespacexrpl_1_1RPC.html#adacea89cc70d7238cdb1e5044c0d8932">xrpl::RPC::make_error</a></div><div class="ttdeci">Json::Value make_error(error_code_i code)</div><div class="ttdoc">Returns a new json object that reflects the error code.</div><div class="ttdef"><b>Definition</b> <a href="ErrorCodes_8cpp_source.html#l00172">ErrorCodes.cpp:172</a></div></div>
|
||||
<div class="ttc" id="anamespacexrpl_1_1RPC_html_adacea89cc70d7238cdb1e5044c0d8932"><div class="ttname"><a href="namespacexrpl_1_1RPC.html#adacea89cc70d7238cdb1e5044c0d8932">xrpl::RPC::make_error</a></div><div class="ttdeci">Json::Value make_error(error_code_i code)</div><div class="ttdoc">Returns a new json object that reflects the error code.</div><div class="ttdef"><b>Definition</b> <a href="ErrorCodes_8cpp_source.html#l00190">ErrorCodes.cpp:190</a></div></div>
|
||||
<div class="ttc" id="anamespacexrpl_1_1Resource_html_a3175dde19e43529df2a2dfaef79fe9f1"><div class="ttname"><a href="namespacexrpl_1_1Resource.html#a3175dde19e43529df2a2dfaef79fe9f1">xrpl::Resource::feeReferenceRPC</a></div><div class="ttdeci">Charge const feeReferenceRPC</div></div>
|
||||
<div class="ttc" id="anamespacexrpl_1_1Resource_html_aa779f517c068d811ec69cc10ece9547d"><div class="ttname"><a href="namespacexrpl_1_1Resource.html#aa779f517c068d811ec69cc10ece9547d">xrpl::Resource::feeMalformedRPC</a></div><div class="ttdeci">Charge const feeMalformedRPC</div></div>
|
||||
<div class="ttc" id="anamespacexrpl_html"><div class="ttname"><a href="namespacexrpl.html">xrpl</a></div><div class="ttdoc">Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.</div><div class="ttdef"><b>Definition</b> <a href="algorithm_8h_source.html#l00006">algorithm.h:6</a></div></div>
|
||||
@@ -1552,7 +1552,6 @@ $(document).ready(function() { init_codefold(0); });
|
||||
<div class="ttc" id="anamespacexrpl_html_a565429e8fa2d0512b697513aeb193f88"><div class="ttname"><a href="namespacexrpl.html#a565429e8fa2d0512b697513aeb193f88">xrpl::requestInboundEndpoint</a></div><div class="ttdeci">Resource::Consumer requestInboundEndpoint(Resource::Manager &manager, beast::IP::Endpoint const &remoteAddress, Role const &role, std::string_view user, std::string_view forwardedFor)</div><div class="ttdef"><b>Definition</b> <a href="Role_8cpp_source.html#l00123">Role.cpp:123</a></div></div>
|
||||
<div class="ttc" id="anamespacexrpl_html_a5fc078f34bad8743f4531fb029b1d449"><div class="ttname"><a href="namespacexrpl.html#a5fc078f34bad8743f4531fb029b1d449">xrpl::make_json_error</a></div><div class="ttdeci">static Json::Value make_json_error(Json::Int code, Json::Value &&message)</div><div class="ttdef"><b>Definition</b> <a href="ServerHandler_8cpp_source.html#l00586">ServerHandler.cpp:586</a></div></div>
|
||||
<div class="ttc" id="anamespacexrpl_html_a71ed25ad4507417a1392291cef423857"><div class="ttname"><a href="namespacexrpl.html#a71ed25ad4507417a1392291cef423857">xrpl::forwardedFor</a></div><div class="ttdeci">std::string_view forwardedFor(http_request_type const &request)</div><div class="ttdef"><b>Definition</b> <a href="Role_8cpp_source.html#l00243">Role.cpp:243</a></div></div>
|
||||
<div class="ttc" id="anamespacexrpl_html_a7a2757753d0ad2a65951d78ad6ed408b"><div class="ttname"><a href="namespacexrpl.html#a7a2757753d0ad2a65951d78ad6ed408b">xrpl::rpcError</a></div><div class="ttdeci">Json::Value rpcError(int iError)</div><div class="ttdef"><b>Definition</b> <a href="RPCErr_8cpp_source.html#l00012">RPCErr.cpp:12</a></div></div>
|
||||
<div class="ttc" id="anamespacexrpl_html_a7b5790ef6d4be25352ba7b2961b5acf1"><div class="ttname"><a href="namespacexrpl.html#a7b5790ef6d4be25352ba7b2961b5acf1">xrpl::setup_ServerHandler</a></div><div class="ttdeci">ServerHandler::Setup setup_ServerHandler(Config const &config, std::ostream &&log)</div><div class="ttdef"><b>Definition</b> <a href="ServerHandler_8cpp_source.html#l01249">ServerHandler.cpp:1249</a></div></div>
|
||||
<div class="ttc" id="anamespacexrpl_html_a7d21f654691851680ed91d8fae670af0"><div class="ttname"><a href="namespacexrpl.html#a7d21f654691851680ed91d8fae670af0">xrpl::to_Port</a></div><div class="ttdeci">static Port to_Port(ParsedPort const &parsed, std::ostream &log)</div><div class="ttdef"><b>Definition</b> <a href="ServerHandler_8cpp_source.html#l01093">ServerHandler.cpp:1093</a></div></div>
|
||||
<div class="ttc" id="anamespacexrpl_html_a7fb64528931ecb2e6dd4bdb6741bd1a7a33e9232989576b5cfaa06654217d7a1a"><div class="ttname"><a href="namespacexrpl.html#a7fb64528931ecb2e6dd4bdb6741bd1a7a33e9232989576b5cfaa06654217d7a1a">xrpl::Role::GUEST</a></div><div class="ttdeci">@ GUEST</div></div>
|
||||
@@ -1561,6 +1560,7 @@ $(document).ready(function() { init_codefold(0); });
|
||||
<div class="ttc" id="anamespacexrpl_html_a8cb315a10bb9d6ac744e47a352ba6c81a35fcfed2e834c11d3c12e79ed64c84ca"><div class="ttname"><a href="namespacexrpl.html#a8cb315a10bb9d6ac744e47a352ba6c81a35fcfed2e834c11d3c12e79ed64c84ca">xrpl::jtCLIENT_RPC</a></div><div class="ttdeci">@ jtCLIENT_RPC</div><div class="ttdef"><b>Definition</b> <a href="Job_8h_source.html#l00030">Job.h:30</a></div></div>
|
||||
<div class="ttc" id="anamespacexrpl_html_a8cb315a10bb9d6ac744e47a352ba6c81a9e52415c30eced3c7591b060a1a30a9b"><div class="ttname"><a href="namespacexrpl.html#a8cb315a10bb9d6ac744e47a352ba6c81a9e52415c30eced3c7591b060a1a30a9b">xrpl::jtCLIENT_WEBSOCKET</a></div><div class="ttdeci">@ jtCLIENT_WEBSOCKET</div><div class="ttdef"><b>Definition</b> <a href="Job_8h_source.html#l00031">Job.h:31</a></div></div>
|
||||
<div class="ttc" id="anamespacexrpl_html_aaa4fee6a469a80fec5029a360608a5d4"><div class="ttname"><a href="namespacexrpl.html#aaa4fee6a469a80fec5029a360608a5d4">xrpl::forbidden</a></div><div class="ttdeci">Json::Int constexpr forbidden</div><div class="ttdef"><b>Definition</b> <a href="ServerHandler_8cpp_source.html#l00598">ServerHandler.cpp:598</a></div></div>
|
||||
<div class="ttc" id="anamespacexrpl_html_ab2aea6659695e209e9affb77e421f43e"><div class="ttname"><a href="namespacexrpl.html#ab2aea6659695e209e9affb77e421f43e">xrpl::rpcError</a></div><div class="ttdeci">Json::Value rpcError(error_code_i iError)</div><div class="ttdef"><b>Definition</b> <a href="RPCErr_8cpp_source.html#l00012">RPCErr.cpp:12</a></div></div>
|
||||
<div class="ttc" id="anamespacexrpl_html_ac3dec59b8e5ec34776e5bb30b1686659"><div class="ttname"><a href="namespacexrpl.html#ac3dec59b8e5ec34776e5bb30b1686659">xrpl::method_not_found</a></div><div class="ttdeci">Json::Int constexpr method_not_found</div><div class="ttdef"><b>Definition</b> <a href="ServerHandler_8cpp_source.html#l00596">ServerHandler.cpp:596</a></div></div>
|
||||
<div class="ttc" id="anamespacexrpl_html_ac599741e6d4066bada11df4c7e8ad30aad265aed699f7409ac0ec6fe07ee9cb11"><div class="ttname"><a href="namespacexrpl.html#ac599741e6d4066bada11df4c7e8ad30aad265aed699f7409ac0ec6fe07ee9cb11">xrpl::HashPrefix::batch</a></div><div class="ttdeci">@ batch</div><div class="ttdoc">Batch.</div></div>
|
||||
<div class="ttc" id="anamespacexrpl_html_acb32eceb2b60770f41a303b71e333ef4"><div class="ttname"><a href="namespacexrpl.html#acb32eceb2b60770f41a303b71e333ef4">xrpl::make_Server</a></div><div class="ttdeci">std::unique_ptr< Server > make_Server(Handler &handler, boost::asio::io_context &io_context, beast::Journal journal)</div><div class="ttdoc">Create the HTTP server using the specified handler.</div><div class="ttdef"><b>Definition</b> <a href="Server_8h_source.html#l00016">Server.h:16</a></div></div>
|
||||
|
||||
Reference in New Issue
Block a user