• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<html>
2<head>
3<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
4<title>ssl::error::stream_errors</title>
5<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
6<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
7<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
8<link rel="up" href="../reference.html" title="Reference">
9<link rel="prev" href="ssl__error__stream_category.html" title="ssl::error::stream_category">
10<link rel="next" href="ssl__host_name_verification.html" title="ssl::host_name_verification">
11</head>
12<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
13<table cellpadding="2" width="100%"><tr>
14<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../boost.png"></td>
15<td align="center"><a href="../../../../index.html">Home</a></td>
16<td align="center"><a href="../../../../libs/libraries.htm">Libraries</a></td>
17<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
18<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
19<td align="center"><a href="../../../../more/index.htm">More</a></td>
20</tr></table>
21<hr>
22<div class="spirit-nav">
23<a accesskey="p" href="ssl__error__stream_category.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../reference.html"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../boost_asio.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="ssl__host_name_verification.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
24</div>
25<div class="section">
26<div class="titlepage"><div><div><h3 class="title">
27<a name="boost_asio.reference.ssl__error__stream_errors"></a><a class="link" href="ssl__error__stream_errors.html" title="ssl::error::stream_errors">ssl::error::stream_errors</a>
28</h3></div></div></div>
29<p>
30        <a class="indexterm" name="boost_asio.indexterm.ssl__error__stream_errors"></a>
31      </p>
32<pre class="programlisting">enum stream_errors
33</pre>
34<p>
35        <a class="indexterm" name="boost_asio.indexterm.ssl__error__stream_errors.stream_truncated"></a>
36 <a class="indexterm" name="boost_asio.indexterm.ssl__error__stream_errors.unspecified_system_error"></a>
37 <a class="indexterm" name="boost_asio.indexterm.ssl__error__stream_errors.unexpected_result"></a>
38      </p>
39<h5>
40<a name="boost_asio.reference.ssl__error__stream_errors.h0"></a>
41        <span class="phrase"><a name="boost_asio.reference.ssl__error__stream_errors.values"></a></span><a class="link" href="ssl__error__stream_errors.html#boost_asio.reference.ssl__error__stream_errors.values">Values</a>
42      </h5>
43<div class="variablelist">
44<p class="title"><b></b></p>
45<dl class="variablelist">
46<dt><span class="term">stream_truncated</span></dt>
47<dd><p>
48              The underlying stream closed before the ssl stream gracefully shut
49              down.
50            </p></dd>
51<dt><span class="term">unspecified_system_error</span></dt>
52<dd><p>
53              The underlying SSL library returned a system error without providing
54              further information.
55            </p></dd>
56<dt><span class="term">unexpected_result</span></dt>
57<dd><p>
58              The underlying SSL library generated an unexpected result from a function
59              call.
60            </p></dd>
61</dl>
62</div>
63<h5>
64<a name="boost_asio.reference.ssl__error__stream_errors.h1"></a>
65        <span class="phrase"><a name="boost_asio.reference.ssl__error__stream_errors.requirements"></a></span><a class="link" href="ssl__error__stream_errors.html#boost_asio.reference.ssl__error__stream_errors.requirements">Requirements</a>
66      </h5>
67<p>
68        <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/ssl/error.hpp</code>
69      </p>
70<p>
71        <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio/ssl.hpp</code>
72      </p>
73</div>
74<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
75<td align="left"></td>
76<td align="right"><div class="copyright-footer">Copyright © 2003-2020 Christopher M.
77      Kohlhoff<p>
78        Distributed under the Boost Software License, Version 1.0. (See accompanying
79        file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
80      </p>
81</div></td>
82</tr></table>
83<hr>
84<div class="spirit-nav">
85<a accesskey="p" href="ssl__error__stream_category.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../reference.html"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../boost_asio.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="ssl__host_name_verification.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
86</div>
87</body>
88</html>
89