mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 11:05:54 +00:00
166 lines
21 KiB
HTML
166 lines
21 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
|
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
|
|
<meta name="generator" content="Doxygen 1.9.8"/>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
|
<title>rippled: error.h Source File</title>
|
|
<link href="tabs.css" rel="stylesheet" type="text/css"/>
|
|
<script type="text/javascript" src="jquery.js"></script>
|
|
<script type="text/javascript" src="dynsections.js"></script>
|
|
<link href="search/search.css" rel="stylesheet" type="text/css"/>
|
|
<script type="text/javascript" src="search/searchdata.js"></script>
|
|
<script type="text/javascript" src="search/search.js"></script>
|
|
<link href="doxygen.css" rel="stylesheet" type="text/css" />
|
|
</head>
|
|
<body>
|
|
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
|
<div id="titlearea">
|
|
<table cellspacing="0" cellpadding="0">
|
|
<tbody>
|
|
<tr id="projectrow">
|
|
<td id="projectalign">
|
|
<div id="projectname">rippled
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
<!-- end header part -->
|
|
<!-- Generated by Doxygen 1.9.8 -->
|
|
<script type="text/javascript">
|
|
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
|
var searchBox = new SearchBox("searchBox", "search/",'.html');
|
|
/* @license-end */
|
|
</script>
|
|
<script type="text/javascript" src="menudata.js"></script>
|
|
<script type="text/javascript" src="menu.js"></script>
|
|
<script type="text/javascript">
|
|
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
|
$(function() {
|
|
initMenu('',true,false,'search.php','Search');
|
|
$(document).ready(function() { init_search(); });
|
|
});
|
|
/* @license-end */
|
|
</script>
|
|
<div id="main-nav"></div>
|
|
<script type="text/javascript">
|
|
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
|
$(document).ready(function() { init_codefold(0); });
|
|
/* @license-end */
|
|
</script>
|
|
<!-- window showing the filter options -->
|
|
<div id="MSearchSelectWindow"
|
|
onmouseover="return searchBox.OnSearchSelectShow()"
|
|
onmouseout="return searchBox.OnSearchSelectHide()"
|
|
onkeydown="return searchBox.OnSearchSelectKey(event)">
|
|
</div>
|
|
|
|
<!-- iframe showing the search results (closed by default) -->
|
|
<div id="MSearchResultsWindow">
|
|
<div id="MSearchResults">
|
|
<div class="SRPage">
|
|
<div id="SRIndex">
|
|
<div id="SRResults"></div>
|
|
<div class="SRStatus" id="Loading">Loading...</div>
|
|
<div class="SRStatus" id="Searching">Searching...</div>
|
|
<div class="SRStatus" id="NoMatches">No Matches</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div id="nav-path" class="navpath">
|
|
<ul>
|
|
<li class="navelem"><a class="el" href="dir_a62226f9e3a6c7c5a3be455e2f87ae01.html">xrpld</a></li><li class="navelem"><a class="el" href="dir_8c4263eeea7d8983010ce4dc8e9da018.html">conditions</a></li><li class="navelem"><a class="el" href="dir_c5d456568ad184e55c828405dc703537.html">detail</a></li> </ul>
|
|
</div>
|
|
</div><!-- top -->
|
|
<div class="header">
|
|
<div class="headertitle"><div class="title">error.h</div></div>
|
|
</div><!--header-->
|
|
<div class="contents">
|
|
<div class="fragment"><div class="line"><a id="l00001" name="l00001"></a><span class="lineno"> 1</span><span class="preprocessor">#ifndef XRPL_CONDITIONS_ERROR_H</span></div>
|
|
<div class="line"><a id="l00002" name="l00002"></a><span class="lineno"> 2</span><span class="preprocessor">#define XRPL_CONDITIONS_ERROR_H</span></div>
|
|
<div class="line"><a id="l00003" name="l00003"></a><span class="lineno"> 3</span> </div>
|
|
<div class="line"><a id="l00004" name="l00004"></a><span class="lineno"> 4</span><span class="preprocessor">#include <<a class="codeRef" href="http://en.cppreference.com/w/cpp/header/system_error.html">system_error</a>></span></div>
|
|
<div class="line"><a id="l00005" name="l00005"></a><span class="lineno"> 5</span> </div>
|
|
<div class="line"><a id="l00006" name="l00006"></a><span class="lineno"> 6</span><span class="keyword">namespace </span><a class="code hl_namespace" href="namespaceripple.html">ripple</a> {</div>
|
|
<div class="line"><a id="l00007" name="l00007"></a><span class="lineno"> 7</span><span class="keyword">namespace </span>cryptoconditions {</div>
|
|
<div class="line"><a id="l00008" name="l00008"></a><span class="lineno"> 8</span> </div>
|
|
<div class="foldopen" id="foldopen00009" data-start="{" data-end="};">
|
|
<div class="line"><a id="l00009" name="l00009"></a><span class="lineno"><a class="line" href="namespaceripple_1_1cryptoconditions.html#ae0bee5541ce10d52809660ad2d100a23"> 9</a></span><span class="keyword">enum class</span> <a class="code hl_enumeration" href="namespaceripple_1_1cryptoconditions.html#ae0bee5541ce10d52809660ad2d100a23">error</a> {</div>
|
|
<div class="line"><a id="l00010" name="l00010"></a><span class="lineno"> 10</span> <span class="keyword">generic</span> = 1,</div>
|
|
<div class="line"><a id="l00011" name="l00011"></a><span class="lineno"> 11</span> <a class="code hl_enumvalue" href="namespaceripple_1_1cryptoconditions.html#ae0bee5541ce10d52809660ad2d100a23a3babaf56ad7c1d71fe447e5bfc6352ff">unsupported_type</a>,</div>
|
|
<div class="line"><a id="l00012" name="l00012"></a><span class="lineno"> 12</span> <a class="code hl_enumvalue" href="namespaceripple_1_1cryptoconditions.html#ae0bee5541ce10d52809660ad2d100a23a9516db1b3fd9f899b58c7666f6bc74bf">unsupported_subtype</a>,</div>
|
|
<div class="line"><a id="l00013" name="l00013"></a><span class="lineno"> 13</span> <a class="code hl_enumvalue" href="namespaceripple_1_1cryptoconditions.html#ae0bee5541ce10d52809660ad2d100a23ad09109cd4d5da45ade59d2563b00936a">unknown_type</a>,</div>
|
|
<div class="line"><a id="l00014" name="l00014"></a><span class="lineno"> 14</span> <a class="code hl_enumvalue" href="namespaceripple_1_1cryptoconditions.html#ae0bee5541ce10d52809660ad2d100a23a71e488b111655de392137ea2a0fc0d89">unknown_subtype</a>,</div>
|
|
<div class="line"><a id="l00015" name="l00015"></a><span class="lineno"> 15</span> <a class="code hl_enumvalue" href="namespaceripple_1_1cryptoconditions.html#ae0bee5541ce10d52809660ad2d100a23acd9ea713f784fc06ef49b3d9eb1c2555">fingerprint_size</a>,</div>
|
|
<div class="line"><a id="l00016" name="l00016"></a><span class="lineno"> 16</span> <a class="code hl_enumvalue" href="namespaceripple_1_1cryptoconditions.html#ae0bee5541ce10d52809660ad2d100a23adc54835966d43efcd050a2e0e0aaaf9f">incorrect_encoding</a>,</div>
|
|
<div class="line"><a id="l00017" name="l00017"></a><span class="lineno"> 17</span> <a class="code hl_enumvalue" href="namespaceripple_1_1cryptoconditions.html#ae0bee5541ce10d52809660ad2d100a23a622acecc4fa47f86b8598218361cec31">trailing_garbage</a>,</div>
|
|
<div class="line"><a id="l00018" name="l00018"></a><span class="lineno"> 18</span> <a class="code hl_enumvalue" href="namespaceripple_1_1cryptoconditions.html#ae0bee5541ce10d52809660ad2d100a23acd5b28e72c87966347c84d863dac7313">buffer_empty</a>,</div>
|
|
<div class="line"><a id="l00019" name="l00019"></a><span class="lineno"> 19</span> <a class="code hl_enumvalue" href="namespaceripple_1_1cryptoconditions.html#ae0bee5541ce10d52809660ad2d100a23a3399d913077c41a6126bb4128cfe9808">buffer_overfull</a>,</div>
|
|
<div class="line"><a id="l00020" name="l00020"></a><span class="lineno"> 20</span> <a class="code hl_enumvalue" href="namespaceripple_1_1cryptoconditions.html#ae0bee5541ce10d52809660ad2d100a23acfdd03f4b6e2ca9f7e3d892ad3274c5c">buffer_underfull</a>,</div>
|
|
<div class="line"><a id="l00021" name="l00021"></a><span class="lineno"> 21</span> <a class="code hl_enumvalue" href="namespaceripple_1_1cryptoconditions.html#ae0bee5541ce10d52809660ad2d100a23a23ffdfca0c2059b36da38cb35daae34e">malformed_encoding</a>,</div>
|
|
<div class="line"><a id="l00022" name="l00022"></a><span class="lineno"> 22</span> <a class="code hl_enumvalue" href="namespaceripple_1_1cryptoconditions.html#ae0bee5541ce10d52809660ad2d100a23a4635db4140842fb49593e70f83fc0d59">short_preamble</a>,</div>
|
|
<div class="line"><a id="l00023" name="l00023"></a><span class="lineno"> 23</span> <a class="code hl_enumvalue" href="namespaceripple_1_1cryptoconditions.html#ae0bee5541ce10d52809660ad2d100a23a680460a7b6e0775b40c1af6d93f0af0a">unexpected_tag</a>,</div>
|
|
<div class="line"><a id="l00024" name="l00024"></a><span class="lineno"> 24</span> <a class="code hl_enumvalue" href="namespaceripple_1_1cryptoconditions.html#ae0bee5541ce10d52809660ad2d100a23ab7fcc29f8f7ba2bb28f56437232e011e">long_tag</a>,</div>
|
|
<div class="line"><a id="l00025" name="l00025"></a><span class="lineno"> 25</span> <a class="code hl_enumvalue" href="namespaceripple_1_1cryptoconditions.html#ae0bee5541ce10d52809660ad2d100a23aeec30238a1c1154b9beb6c425f6640e8">large_size</a>,</div>
|
|
<div class="line"><a id="l00026" name="l00026"></a><span class="lineno"> 26</span> <a class="code hl_enumvalue" href="namespaceripple_1_1cryptoconditions.html#ae0bee5541ce10d52809660ad2d100a23ad78ef233aa5ef8cd256a1fe0823e5c94">preimage_too_long</a></div>
|
|
<div class="line"><a id="l00027" name="l00027"></a><span class="lineno"> 27</span>};</div>
|
|
</div>
|
|
<div class="line"><a id="l00028" name="l00028"></a><span class="lineno"> 28</span> </div>
|
|
<div class="line"><a id="l00029" name="l00029"></a><span class="lineno"> 29</span><a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/error/error_code.html">std::error_code</a></div>
|
|
<div class="line"><a id="l00030" name="l00030"></a><span class="lineno"> 30</span><a class="code hl_function" href="namespaceripple_1_1cryptoconditions.html#acf4ed4e9c229d011dffe139c85bf2628">make_error_code</a>(<a class="code hl_enumeration" href="namespaceripple_1_1cryptoconditions.html#ae0bee5541ce10d52809660ad2d100a23">error</a> ev);</div>
|
|
<div class="line"><a id="l00031" name="l00031"></a><span class="lineno"> 31</span> </div>
|
|
<div class="line"><a id="l00032" name="l00032"></a><span class="lineno"> 32</span>} <span class="comment">// namespace cryptoconditions</span></div>
|
|
<div class="line"><a id="l00033" name="l00033"></a><span class="lineno"> 33</span>} <span class="comment">// namespace ripple</span></div>
|
|
<div class="line"><a id="l00034" name="l00034"></a><span class="lineno"> 34</span> </div>
|
|
<div class="line"><a id="l00035" name="l00035"></a><span class="lineno"> 35</span><span class="keyword">namespace </span><a class="code hl_namespace" href="namespacestd.html">std</a> {</div>
|
|
<div class="line"><a id="l00036" name="l00036"></a><span class="lineno"> 36</span> </div>
|
|
<div class="line"><a id="l00037" name="l00037"></a><span class="lineno"> 37</span><span class="keyword">template</span> <></div>
|
|
<div class="foldopen" id="foldopen00038" data-start="{" data-end="};">
|
|
<div class="line"><a id="l00038" name="l00038"></a><span class="lineno"><a class="line" href="structstd_1_1is__error__code__enum_3_01ripple_1_1cryptoconditions_1_1error_01_4.html"> 38</a></span><span class="keyword">struct </span><a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/error/error_code/is_error_code_enum.html">is_error_code_enum<ripple::cryptoconditions::error></a></div>
|
|
<div class="line"><a id="l00039" name="l00039"></a><span class="lineno"> 39</span>{</div>
|
|
<div class="line"><a id="l00040" name="l00040"></a><span class="lineno"><a class="line" href="structstd_1_1is__error__code__enum_3_01ripple_1_1cryptoconditions_1_1error_01_4.html#a3ecdeba6eb471ad083f7b0a13b3b8121"> 40</a></span> <span class="keyword">explicit</span> <a class="code hl_function" href="structstd_1_1is__error__code__enum_3_01ripple_1_1cryptoconditions_1_1error_01_4.html#a3ecdeba6eb471ad083f7b0a13b3b8121">is_error_code_enum</a>() = <span class="keywordflow">default</span>;</div>
|
|
<div class="line"><a id="l00041" name="l00041"></a><span class="lineno"> 41</span> </div>
|
|
<div class="line"><a id="l00042" name="l00042"></a><span class="lineno"><a class="line" href="structstd_1_1is__error__code__enum_3_01ripple_1_1cryptoconditions_1_1error_01_4.html#a2d0a260696e763a16ce46a952e853079"> 42</a></span> <span class="keyword">static</span> <span class="keywordtype">bool</span> <span class="keyword">const</span> value = <span class="keyword">true</span>;</div>
|
|
<div class="line"><a id="l00043" name="l00043"></a><span class="lineno"> 43</span>};</div>
|
|
</div>
|
|
<div class="line"><a id="l00044" name="l00044"></a><span class="lineno"> 44</span> </div>
|
|
<div class="line"><a id="l00045" name="l00045"></a><span class="lineno"> 45</span>} <span class="comment">// namespace std</span></div>
|
|
<div class="line"><a id="l00046" name="l00046"></a><span class="lineno"> 46</span> </div>
|
|
<div class="line"><a id="l00047" name="l00047"></a><span class="lineno"> 47</span><span class="preprocessor">#endif</span></div>
|
|
<div class="ttc" id="aerror_code_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/error/error_code.html">std::error_code</a></div></div>
|
|
<div class="ttc" id="ais_error_code_enum_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/error/error_code/is_error_code_enum.html">std::is_error_code_enum</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_1_1cryptoconditions_html_acf4ed4e9c229d011dffe139c85bf2628"><div class="ttname"><a href="namespaceripple_1_1cryptoconditions.html#acf4ed4e9c229d011dffe139c85bf2628">ripple::cryptoconditions::make_error_code</a></div><div class="ttdeci">std::error_code make_error_code(error ev)</div><div class="ttdef"><b>Definition</b> <a href="error_8cpp_source.html#l00111">error.cpp:111</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_1_1cryptoconditions_html_ae0bee5541ce10d52809660ad2d100a23"><div class="ttname"><a href="namespaceripple_1_1cryptoconditions.html#ae0bee5541ce10d52809660ad2d100a23">ripple::cryptoconditions::error</a></div><div class="ttdeci">error</div><div class="ttdef"><b>Definition</b> <a href="error_8h_source.html#l00009">error.h:9</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_1_1cryptoconditions_html_ae0bee5541ce10d52809660ad2d100a23a23ffdfca0c2059b36da38cb35daae34e"><div class="ttname"><a href="namespaceripple_1_1cryptoconditions.html#ae0bee5541ce10d52809660ad2d100a23a23ffdfca0c2059b36da38cb35daae34e">ripple::cryptoconditions::error::malformed_encoding</a></div><div class="ttdeci">@ malformed_encoding</div></div>
|
|
<div class="ttc" id="anamespaceripple_1_1cryptoconditions_html_ae0bee5541ce10d52809660ad2d100a23a3399d913077c41a6126bb4128cfe9808"><div class="ttname"><a href="namespaceripple_1_1cryptoconditions.html#ae0bee5541ce10d52809660ad2d100a23a3399d913077c41a6126bb4128cfe9808">ripple::cryptoconditions::error::buffer_overfull</a></div><div class="ttdeci">@ buffer_overfull</div></div>
|
|
<div class="ttc" id="anamespaceripple_1_1cryptoconditions_html_ae0bee5541ce10d52809660ad2d100a23a3babaf56ad7c1d71fe447e5bfc6352ff"><div class="ttname"><a href="namespaceripple_1_1cryptoconditions.html#ae0bee5541ce10d52809660ad2d100a23a3babaf56ad7c1d71fe447e5bfc6352ff">ripple::cryptoconditions::error::unsupported_type</a></div><div class="ttdeci">@ unsupported_type</div></div>
|
|
<div class="ttc" id="anamespaceripple_1_1cryptoconditions_html_ae0bee5541ce10d52809660ad2d100a23a4635db4140842fb49593e70f83fc0d59"><div class="ttname"><a href="namespaceripple_1_1cryptoconditions.html#ae0bee5541ce10d52809660ad2d100a23a4635db4140842fb49593e70f83fc0d59">ripple::cryptoconditions::error::short_preamble</a></div><div class="ttdeci">@ short_preamble</div></div>
|
|
<div class="ttc" id="anamespaceripple_1_1cryptoconditions_html_ae0bee5541ce10d52809660ad2d100a23a622acecc4fa47f86b8598218361cec31"><div class="ttname"><a href="namespaceripple_1_1cryptoconditions.html#ae0bee5541ce10d52809660ad2d100a23a622acecc4fa47f86b8598218361cec31">ripple::cryptoconditions::error::trailing_garbage</a></div><div class="ttdeci">@ trailing_garbage</div></div>
|
|
<div class="ttc" id="anamespaceripple_1_1cryptoconditions_html_ae0bee5541ce10d52809660ad2d100a23a680460a7b6e0775b40c1af6d93f0af0a"><div class="ttname"><a href="namespaceripple_1_1cryptoconditions.html#ae0bee5541ce10d52809660ad2d100a23a680460a7b6e0775b40c1af6d93f0af0a">ripple::cryptoconditions::error::unexpected_tag</a></div><div class="ttdeci">@ unexpected_tag</div></div>
|
|
<div class="ttc" id="anamespaceripple_1_1cryptoconditions_html_ae0bee5541ce10d52809660ad2d100a23a71e488b111655de392137ea2a0fc0d89"><div class="ttname"><a href="namespaceripple_1_1cryptoconditions.html#ae0bee5541ce10d52809660ad2d100a23a71e488b111655de392137ea2a0fc0d89">ripple::cryptoconditions::error::unknown_subtype</a></div><div class="ttdeci">@ unknown_subtype</div></div>
|
|
<div class="ttc" id="anamespaceripple_1_1cryptoconditions_html_ae0bee5541ce10d52809660ad2d100a23a9516db1b3fd9f899b58c7666f6bc74bf"><div class="ttname"><a href="namespaceripple_1_1cryptoconditions.html#ae0bee5541ce10d52809660ad2d100a23a9516db1b3fd9f899b58c7666f6bc74bf">ripple::cryptoconditions::error::unsupported_subtype</a></div><div class="ttdeci">@ unsupported_subtype</div></div>
|
|
<div class="ttc" id="anamespaceripple_1_1cryptoconditions_html_ae0bee5541ce10d52809660ad2d100a23ab7fcc29f8f7ba2bb28f56437232e011e"><div class="ttname"><a href="namespaceripple_1_1cryptoconditions.html#ae0bee5541ce10d52809660ad2d100a23ab7fcc29f8f7ba2bb28f56437232e011e">ripple::cryptoconditions::error::long_tag</a></div><div class="ttdeci">@ long_tag</div></div>
|
|
<div class="ttc" id="anamespaceripple_1_1cryptoconditions_html_ae0bee5541ce10d52809660ad2d100a23acd5b28e72c87966347c84d863dac7313"><div class="ttname"><a href="namespaceripple_1_1cryptoconditions.html#ae0bee5541ce10d52809660ad2d100a23acd5b28e72c87966347c84d863dac7313">ripple::cryptoconditions::error::buffer_empty</a></div><div class="ttdeci">@ buffer_empty</div></div>
|
|
<div class="ttc" id="anamespaceripple_1_1cryptoconditions_html_ae0bee5541ce10d52809660ad2d100a23acd9ea713f784fc06ef49b3d9eb1c2555"><div class="ttname"><a href="namespaceripple_1_1cryptoconditions.html#ae0bee5541ce10d52809660ad2d100a23acd9ea713f784fc06ef49b3d9eb1c2555">ripple::cryptoconditions::error::fingerprint_size</a></div><div class="ttdeci">@ fingerprint_size</div></div>
|
|
<div class="ttc" id="anamespaceripple_1_1cryptoconditions_html_ae0bee5541ce10d52809660ad2d100a23acfdd03f4b6e2ca9f7e3d892ad3274c5c"><div class="ttname"><a href="namespaceripple_1_1cryptoconditions.html#ae0bee5541ce10d52809660ad2d100a23acfdd03f4b6e2ca9f7e3d892ad3274c5c">ripple::cryptoconditions::error::buffer_underfull</a></div><div class="ttdeci">@ buffer_underfull</div></div>
|
|
<div class="ttc" id="anamespaceripple_1_1cryptoconditions_html_ae0bee5541ce10d52809660ad2d100a23ad09109cd4d5da45ade59d2563b00936a"><div class="ttname"><a href="namespaceripple_1_1cryptoconditions.html#ae0bee5541ce10d52809660ad2d100a23ad09109cd4d5da45ade59d2563b00936a">ripple::cryptoconditions::error::unknown_type</a></div><div class="ttdeci">@ unknown_type</div></div>
|
|
<div class="ttc" id="anamespaceripple_1_1cryptoconditions_html_ae0bee5541ce10d52809660ad2d100a23ad78ef233aa5ef8cd256a1fe0823e5c94"><div class="ttname"><a href="namespaceripple_1_1cryptoconditions.html#ae0bee5541ce10d52809660ad2d100a23ad78ef233aa5ef8cd256a1fe0823e5c94">ripple::cryptoconditions::error::preimage_too_long</a></div><div class="ttdeci">@ preimage_too_long</div></div>
|
|
<div class="ttc" id="anamespaceripple_1_1cryptoconditions_html_ae0bee5541ce10d52809660ad2d100a23adc54835966d43efcd050a2e0e0aaaf9f"><div class="ttname"><a href="namespaceripple_1_1cryptoconditions.html#ae0bee5541ce10d52809660ad2d100a23adc54835966d43efcd050a2e0e0aaaf9f">ripple::cryptoconditions::error::incorrect_encoding</a></div><div class="ttdeci">@ incorrect_encoding</div></div>
|
|
<div class="ttc" id="anamespaceripple_1_1cryptoconditions_html_ae0bee5541ce10d52809660ad2d100a23aeec30238a1c1154b9beb6c425f6640e8"><div class="ttname"><a href="namespaceripple_1_1cryptoconditions.html#ae0bee5541ce10d52809660ad2d100a23aeec30238a1c1154b9beb6c425f6640e8">ripple::cryptoconditions::error::large_size</a></div><div class="ttdeci">@ large_size</div></div>
|
|
<div class="ttc" id="anamespaceripple_html"><div class="ttname"><a href="namespaceripple.html">ripple</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>
|
|
<div class="ttc" id="anamespacestd_html"><div class="ttname"><a href="namespacestd.html">std</a></div><div class="ttdoc">STL namespace.</div></div>
|
|
<div class="ttc" id="astructstd_1_1is__error__code__enum_3_01ripple_1_1cryptoconditions_1_1error_01_4_html_a3ecdeba6eb471ad083f7b0a13b3b8121"><div class="ttname"><a href="structstd_1_1is__error__code__enum_3_01ripple_1_1cryptoconditions_1_1error_01_4.html#a3ecdeba6eb471ad083f7b0a13b3b8121">std::is_error_code_enum< ripple::cryptoconditions::error >::is_error_code_enum</a></div><div class="ttdeci">is_error_code_enum()=default</div></div>
|
|
<div class="ttc" id="asystem_error_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/header/system_error.html">system_error</a></div></div>
|
|
</div><!-- fragment --></div><!-- contents -->
|
|
<!-- start footer part -->
|
|
<hr class="footer"/><address class="footer"><small>
|
|
Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.8
|
|
</small></address>
|
|
</body>
|
|
</html>
|