<spanid='variant.ZeroReturn'class='variant'><code>ZeroReturn</code></span><divclass='docblock'><p>The SSL session has been closed by the other end</p>
</div><spanid='variant.WantRead'class='variant'><code>WantRead(<aclass='struct'href='https://doc.rust-lang.org/nightly/std/io/error/struct.Error.html'title='std::io::error::Error'>Error</a>)</code></span><divclass='docblock'><p>An attempt to read data from the underlying socket returned
<code>WouldBlock</code>. Wait for read readiness and reattempt the operation.</p>
</div><spanid='variant.WantWrite'class='variant'><code>WantWrite(<aclass='struct'href='https://doc.rust-lang.org/nightly/std/io/error/struct.Error.html'title='std::io::error::Error'>Error</a>)</code></span><divclass='docblock'><p>An attempt to write data from the underlying socket returned
<code>WouldBlock</code>. Wait for write readiness and reattempt the operation.</p>
</div><spanid='variant.WantX509Lookup'class='variant'><code>WantX509Lookup</code></span><divclass='docblock'><p>The client certificate callback requested to be called again.</p>
</div><spanid='variant.Stream'class='variant'><code>Stream(<aclass='struct'href='https://doc.rust-lang.org/nightly/std/io/error/struct.Error.html'title='std::io::error::Error'>Error</a>)</code></span><divclass='docblock'><p>An error reported by the underlying stream.</p>
</div><spanid='variant.Ssl'class='variant'><code>Ssl(<aclass='struct'href='https://doc.rust-lang.org/nightly/collections/vec/struct.Vec.html'title='collections::vec::Vec'>Vec</a><<aclass='struct'href='../../openssl/ssl/error/struct.OpenSslError.html'title='openssl::ssl::error::OpenSslError'>OpenSslError</a>>)</code></span><divclass='docblock'><p>An error in the OpenSSL library.</p>
</div><h2id='implementations'>Trait Implementations</h2><h3class='impl'><spanclass='in-band'><code>impl <aclass='trait'href='https://doc.rust-lang.org/nightly/core/fmt/trait.Debug.html'title='core::fmt::Debug'>Debug</a> for <aclass='enum'href='../../openssl/ssl/error/enum.Error.html'title='openssl::ssl::error::Error'>Error</a></code></span><spanclass='out-of-band'><divclass='ghost'></div><aid='src-1360'class='srclink'href='../../src/openssl/ssl/error.rs.html#15'title='goto source code'>[src]</a></span></h3>
<divclass='docblock'><p>A short description of the error. <ahref="https://doc.rust-lang.org/nightly/std/error/trait.Error.html#tymethod.description">Read more</a></p>
<divclass='docblock'><p>The lower-level cause of this error, if any. <ahref="https://doc.rust-lang.org/nightly/std/error/trait.Error.html#method.cause">Read more</a></p>