mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-21 03:26:01 +00:00
deploy: 020b285808
This commit is contained in:
174
error_8h_source.html
Normal file
174
error_8h_source.html
Normal file
@@ -0,0 +1,174 @@
|
||||
<!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">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
|
||||
<meta name="generator" content="Doxygen 1.8.17"/>
|
||||
<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 style="height: 56px;">
|
||||
<td id="projectalign" style="padding-left: 0.5em;">
|
||||
<div id="projectname">rippled
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<!-- end header part -->
|
||||
<!-- Generated by Doxygen 1.8.17 -->
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
||||
var searchBox = new SearchBox("searchBox", "search",false,'Search');
|
||||
/* @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:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
||||
$(function() {
|
||||
initMenu('',true,false,'search.php','Search');
|
||||
$(document).ready(function() { init_search(); });
|
||||
});
|
||||
/* @license-end */</script>
|
||||
<div id="main-nav"></div>
|
||||
<!-- 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">
|
||||
<iframe src="javascript:void(0)" frameborder="0"
|
||||
name="MSearchResults" id="MSearchResults">
|
||||
</iframe>
|
||||
</div>
|
||||
|
||||
<div id="nav-path" class="navpath">
|
||||
<ul>
|
||||
<li class="navelem"><a class="el" href="dir_df9c78dcf3f59a33b12284f95992a64b.html">ripple</a></li><li class="navelem"><a class="el" href="dir_479102fde392347bd126b381f7d9d4f1.html">conditions</a></li><li class="navelem"><a class="el" href="dir_213c30eea5bc8191205baf8de76da05c.html">impl</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 name="l00001"></a><span class="lineno"> 1</span> <span class="comment">//------------------------------------------------------------------------------</span></div>
|
||||
<div class="line"><a name="l00002"></a><span class="lineno"> 2</span> <span class="comment">/*</span></div>
|
||||
<div class="line"><a name="l00003"></a><span class="lineno"> 3</span> <span class="comment"> This file is part of rippled: https://github.com/ripple/rippled</span></div>
|
||||
<div class="line"><a name="l00004"></a><span class="lineno"> 4</span> <span class="comment"> Copyright (c) 2016 Ripple Labs Inc.</span></div>
|
||||
<div class="line"><a name="l00005"></a><span class="lineno"> 5</span> <span class="comment"></span> </div>
|
||||
<div class="line"><a name="l00006"></a><span class="lineno"> 6</span> <span class="comment"> Permission to use, copy, modify, and/or distribute this software for any</span></div>
|
||||
<div class="line"><a name="l00007"></a><span class="lineno"> 7</span> <span class="comment"> purpose with or without fee is hereby granted, provided that the above</span></div>
|
||||
<div class="line"><a name="l00008"></a><span class="lineno"> 8</span> <span class="comment"> copyright notice and this permission notice appear in all copies.</span></div>
|
||||
<div class="line"><a name="l00009"></a><span class="lineno"> 9</span> <span class="comment"></span> </div>
|
||||
<div class="line"><a name="l00010"></a><span class="lineno"> 10</span> <span class="comment"> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES</span></div>
|
||||
<div class="line"><a name="l00011"></a><span class="lineno"> 11</span> <span class="comment"> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF</span></div>
|
||||
<div class="line"><a name="l00012"></a><span class="lineno"> 12</span> <span class="comment"> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR</span></div>
|
||||
<div class="line"><a name="l00013"></a><span class="lineno"> 13</span> <span class="comment"> ANY SPECIAL , DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES</span></div>
|
||||
<div class="line"><a name="l00014"></a><span class="lineno"> 14</span> <span class="comment"> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN</span></div>
|
||||
<div class="line"><a name="l00015"></a><span class="lineno"> 15</span> <span class="comment"> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF</span></div>
|
||||
<div class="line"><a name="l00016"></a><span class="lineno"> 16</span> <span class="comment"> OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.</span></div>
|
||||
<div class="line"><a name="l00017"></a><span class="lineno"> 17</span> <span class="comment">*/</span></div>
|
||||
<div class="line"><a name="l00018"></a><span class="lineno"> 18</span> <span class="comment">//==============================================================================</span></div>
|
||||
<div class="line"><a name="l00019"></a><span class="lineno"> 19</span>  </div>
|
||||
<div class="line"><a name="l00020"></a><span class="lineno"> 20</span> <span class="preprocessor">#ifndef RIPPLE_CONDITIONS_ERROR_H</span></div>
|
||||
<div class="line"><a name="l00021"></a><span class="lineno"> 21</span> <span class="preprocessor">#define RIPPLE_CONDITIONS_ERROR_H</span></div>
|
||||
<div class="line"><a name="l00022"></a><span class="lineno"> 22</span>  </div>
|
||||
<div class="line"><a name="l00023"></a><span class="lineno"> 23</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 name="l00024"></a><span class="lineno"> 24</span> <span class="preprocessor">#include <<a class="codeRef" href="http://en.cppreference.com/w/cpp/header/string.html">string</a>></span></div>
|
||||
<div class="line"><a name="l00025"></a><span class="lineno"> 25</span>  </div>
|
||||
<div class="line"><a name="l00026"></a><span class="lineno"> 26</span> <span class="keyword">namespace </span><a class="code" href="namespaceripple.html">ripple</a> {</div>
|
||||
<div class="line"><a name="l00027"></a><span class="lineno"> 27</span> <span class="keyword">namespace </span>cryptoconditions {</div>
|
||||
<div class="line"><a name="l00028"></a><span class="lineno"> 28</span>  </div>
|
||||
<div class="line"><a name="l00029"></a><span class="lineno"><a class="line" href="namespaceripple_1_1cryptoconditions.html#ae0bee5541ce10d52809660ad2d100a23"> 29</a></span> <span class="keyword">enum class</span> <a class="code" href="namespaceripple_1_1cryptoconditions.html#ae0bee5541ce10d52809660ad2d100a23">error</a></div>
|
||||
<div class="line"><a name="l00030"></a><span class="lineno"> 30</span> {</div>
|
||||
<div class="line"><a name="l00031"></a><span class="lineno"> 31</span>  <span class="keyword">generic</span> = 1,</div>
|
||||
<div class="line"><a name="l00032"></a><span class="lineno"> 32</span>  <a class="code" href="namespaceripple_1_1cryptoconditions.html#ae0bee5541ce10d52809660ad2d100a23a3babaf56ad7c1d71fe447e5bfc6352ff">unsupported_type</a>,</div>
|
||||
<div class="line"><a name="l00033"></a><span class="lineno"> 33</span>  <a class="code" href="namespaceripple_1_1cryptoconditions.html#ae0bee5541ce10d52809660ad2d100a23a9516db1b3fd9f899b58c7666f6bc74bf">unsupported_subtype</a>,</div>
|
||||
<div class="line"><a name="l00034"></a><span class="lineno"> 34</span>  <a class="code" href="namespaceripple_1_1cryptoconditions.html#ae0bee5541ce10d52809660ad2d100a23ad09109cd4d5da45ade59d2563b00936a">unknown_type</a>,</div>
|
||||
<div class="line"><a name="l00035"></a><span class="lineno"> 35</span>  <a class="code" href="namespaceripple_1_1cryptoconditions.html#ae0bee5541ce10d52809660ad2d100a23a71e488b111655de392137ea2a0fc0d89">unknown_subtype</a>,</div>
|
||||
<div class="line"><a name="l00036"></a><span class="lineno"> 36</span>  <a class="code" href="namespaceripple_1_1cryptoconditions.html#ae0bee5541ce10d52809660ad2d100a23acd9ea713f784fc06ef49b3d9eb1c2555">fingerprint_size</a>,</div>
|
||||
<div class="line"><a name="l00037"></a><span class="lineno"> 37</span>  <a class="code" href="namespaceripple_1_1cryptoconditions.html#ae0bee5541ce10d52809660ad2d100a23adc54835966d43efcd050a2e0e0aaaf9f">incorrect_encoding</a>,</div>
|
||||
<div class="line"><a name="l00038"></a><span class="lineno"> 38</span>  <a class="code" href="namespaceripple_1_1cryptoconditions.html#ae0bee5541ce10d52809660ad2d100a23a622acecc4fa47f86b8598218361cec31">trailing_garbage</a>,</div>
|
||||
<div class="line"><a name="l00039"></a><span class="lineno"> 39</span>  <a class="code" href="namespaceripple_1_1cryptoconditions.html#ae0bee5541ce10d52809660ad2d100a23acd5b28e72c87966347c84d863dac7313">buffer_empty</a>,</div>
|
||||
<div class="line"><a name="l00040"></a><span class="lineno"> 40</span>  <a class="code" href="namespaceripple_1_1cryptoconditions.html#ae0bee5541ce10d52809660ad2d100a23a3399d913077c41a6126bb4128cfe9808">buffer_overfull</a>,</div>
|
||||
<div class="line"><a name="l00041"></a><span class="lineno"> 41</span>  <a class="code" href="namespaceripple_1_1cryptoconditions.html#ae0bee5541ce10d52809660ad2d100a23acfdd03f4b6e2ca9f7e3d892ad3274c5c">buffer_underfull</a>,</div>
|
||||
<div class="line"><a name="l00042"></a><span class="lineno"> 42</span>  <a class="code" href="namespaceripple_1_1cryptoconditions.html#ae0bee5541ce10d52809660ad2d100a23a23ffdfca0c2059b36da38cb35daae34e">malformed_encoding</a>,</div>
|
||||
<div class="line"><a name="l00043"></a><span class="lineno"> 43</span>  <a class="code" href="namespaceripple_1_1cryptoconditions.html#ae0bee5541ce10d52809660ad2d100a23a4635db4140842fb49593e70f83fc0d59">short_preamble</a>,</div>
|
||||
<div class="line"><a name="l00044"></a><span class="lineno"> 44</span>  <a class="code" href="namespaceripple_1_1cryptoconditions.html#ae0bee5541ce10d52809660ad2d100a23a680460a7b6e0775b40c1af6d93f0af0a">unexpected_tag</a>,</div>
|
||||
<div class="line"><a name="l00045"></a><span class="lineno"> 45</span>  <a class="code" href="namespaceripple_1_1cryptoconditions.html#ae0bee5541ce10d52809660ad2d100a23ab7fcc29f8f7ba2bb28f56437232e011e">long_tag</a>,</div>
|
||||
<div class="line"><a name="l00046"></a><span class="lineno"> 46</span>  <a class="code" href="namespaceripple_1_1cryptoconditions.html#ae0bee5541ce10d52809660ad2d100a23aeec30238a1c1154b9beb6c425f6640e8">large_size</a>,</div>
|
||||
<div class="line"><a name="l00047"></a><span class="lineno"> 47</span>  <a class="code" href="namespaceripple_1_1cryptoconditions.html#ae0bee5541ce10d52809660ad2d100a23ad78ef233aa5ef8cd256a1fe0823e5c94">preimage_too_long</a></div>
|
||||
<div class="line"><a name="l00048"></a><span class="lineno"> 48</span> };</div>
|
||||
<div class="line"><a name="l00049"></a><span class="lineno"> 49</span>  </div>
|
||||
<div class="line"><a name="l00050"></a><span class="lineno"> 50</span> <a class="codeRef" href="http://en.cppreference.com/w/cpp/error/error_code.html">std::error_code</a></div>
|
||||
<div class="line"><a name="l00051"></a><span class="lineno"> 51</span> <a class="code" href="namespaceripple_1_1cryptoconditions.html#acf4ed4e9c229d011dffe139c85bf2628">make_error_code</a>(<a class="code" href="namespaceripple_1_1cryptoconditions.html#ae0bee5541ce10d52809660ad2d100a23">error</a> ev);</div>
|
||||
<div class="line"><a name="l00052"></a><span class="lineno"> 52</span>  </div>
|
||||
<div class="line"><a name="l00053"></a><span class="lineno"> 53</span> } <span class="comment">// cryptoconditions</span></div>
|
||||
<div class="line"><a name="l00054"></a><span class="lineno"> 54</span> } <span class="comment">// ripple</span></div>
|
||||
<div class="line"><a name="l00055"></a><span class="lineno"> 55</span>  </div>
|
||||
<div class="line"><a name="l00056"></a><span class="lineno"> 56</span> <span class="keyword">namespace </span><a class="code" href="namespacestd.html">std</a></div>
|
||||
<div class="line"><a name="l00057"></a><span class="lineno"> 57</span> {</div>
|
||||
<div class="line"><a name="l00058"></a><span class="lineno"> 58</span>  </div>
|
||||
<div class="line"><a name="l00059"></a><span class="lineno"> 59</span> <span class="keyword">template</span><></div>
|
||||
<div class="line"><a name="l00060"></a><span class="lineno"><a class="line" href="structstd_1_1is__error__code__enum_3_01ripple_1_1cryptoconditions_1_1error_01_4.html"> 60</a></span> <span class="keyword">struct </span><a class="code" href="structstd_1_1is__error__code__enum_3_01ripple_1_1cryptoconditions_1_1error_01_4.html">is_error_code_enum<ripple::cryptoconditions::error></a></div>
|
||||
<div class="line"><a name="l00061"></a><span class="lineno"> 61</span> {</div>
|
||||
<div class="line"><a name="l00062"></a><span class="lineno"> 62</span>  <span class="keyword">explicit</span> <a class="codeRef" href="http://en.cppreference.com/w/cpp/error/error_code/is_error_code_enum.html">is_error_code_enum</a>() = <span class="keywordflow">default</span>;</div>
|
||||
<div class="line"><a name="l00063"></a><span class="lineno"> 63</span>  </div>
|
||||
<div class="line"><a name="l00064"></a><span class="lineno"><a class="line" href="structstd_1_1is__error__code__enum_3_01ripple_1_1cryptoconditions_1_1error_01_4.html#a6ddd8e6fe609a1ddef9414ec17b4c79a"> 64</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 name="l00065"></a><span class="lineno"> 65</span> };</div>
|
||||
<div class="line"><a name="l00066"></a><span class="lineno"> 66</span>  </div>
|
||||
<div class="line"><a name="l00067"></a><span class="lineno"> 67</span> } <span class="comment">// std</span></div>
|
||||
<div class="line"><a name="l00068"></a><span class="lineno"> 68</span>  </div>
|
||||
<div class="line"><a name="l00069"></a><span class="lineno"> 69</span> <span class="preprocessor">#endif</span></div>
|
||||
</div><!-- fragment --></div><!-- contents -->
|
||||
<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_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="asystem_error_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/header/system_error.html">system_error</a></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_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="aerror_code_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/error/error_code.html">std::error_code</a></div><div class="ttdoc">STL class.</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_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_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="astructstd_1_1is__error__code__enum_3_01ripple_1_1cryptoconditions_1_1error_01_4_html"><div class="ttname"><a href="structstd_1_1is__error__code__enum_3_01ripple_1_1cryptoconditions_1_1error_01_4.html">std::is_error_code_enum< ripple::cryptoconditions::error ></a></div><div class="ttdef"><b>Definition:</b> <a href="error_8h_source.html#l00060">error.h:60</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#l00137">error.cpp:137</a></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="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_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_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="RCLCensorshipDetector_8h_source.html#l00029">RCLCensorshipDetector.h:29</a></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="anamespacestd_html"><div class="ttname"><a href="namespacestd.html">std</a></div><div class="ttdoc">STL namespace.</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_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_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_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_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_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#l00029">error.h:29</a></div></div>
|
||||
<div class="ttc" id="astring_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/header/string.html">string</a></div></div>
|
||||
<!-- start footer part -->
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated by  <a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||
</a> 1.8.17
|
||||
</small></address>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user