1
0
mirror of https://github.com/actix/actix-website synced 2025-04-03 21:34:15 +02:00
actix-website/static/api/actix-web/0.7.0/stable/error/trait.ResponseError.html
2018-07-21 04:09:47 -07:00

53 lines
27 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="rustdoc"><meta name="description" content="API documentation for the Rust `ResponseError` trait in crate `actix_web`."><meta name="keywords" content="rust, rustlang, rust-lang, ResponseError"><title>actix_web::error::ResponseError - Rust</title><link rel="stylesheet" type="text/css" href="../../normalize.css"><link rel="stylesheet" type="text/css" href="../../rustdoc.css" id="mainThemeStyle"><link rel="stylesheet" type="text/css" href="../../dark.css"><link rel="stylesheet" type="text/css" href="../../light.css" id="themeStyle"><script src="../../storage.js"></script></head><body class="rustdoc trait"><!--[if lte IE 8]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><nav class="sidebar"><div class="sidebar-menu">&#9776;</div><p class='location'>Trait ResponseError</p><div class="sidebar-elems"><div class="block items"><a class="sidebar-title" href="#provided-methods">Provided Methods</a><div class="sidebar-links"><a href="#method.error_response">error_response</a></div><a class="sidebar-title" href="#foreign-impls">Implementations on Foreign Types</a><div class="sidebar-links"><a href="#impl-ResponseError">Compat&lt;T&gt;</a><a href="#impl-ResponseError">JsonError</a><a href="#impl-ResponseError">TimerError</a><a href="#impl-ResponseError">DeError</a><a href="#impl-ResponseError">Utf8Error</a><a href="#impl-ResponseError">HttpError</a><a href="#impl-ResponseError">Error</a><a href="#impl-ResponseError">Canceled</a></div><a class="sidebar-title" href="#implementors">Implementors</a></div><p class='location'><a href='../index.html'>actix_web</a>::<wbr><a href='index.html'>error</a></p><script>window.sidebarCurrent = {name: 'ResponseError', ty: 'trait', relpath: ''};</script><script defer src="sidebar-items.js"></script></div></nav><div class="theme-picker"><button id="theme-picker" aria-label="Pick another theme!"><img src="../../brush.svg" width="18" alt="Pick another theme!"></button><div id="theme-choices"></div></div><script src="../../theme.js"></script><nav class="sub"><form class="search-form js-only"><div class="search-container"><input class="search-input" name="search" autocomplete="off" placeholder="Click or press S to search, ? for more options…" type="search"><a id="settings-menu" href="../../settings.html"><img src="../../wheel.svg" width="18" alt="Change settings"></a></div></form></nav><section id="main" class="content"><h1 class='fqn'><span class='in-band'>Trait <a href='../index.html'>actix_web</a>::<wbr><a href='index.html'>error</a>::<wbr><a class="trait" href=''>ResponseError</a></span><span class='out-of-band'><span id='render-detail'><a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">[<span class='inner'>&#x2212;</span>]</a></span><a class='srclink' href='../../src/actix_web/error.rs.html#141-148' title='goto source code'>[src]</a></span></h1><div class="docblock type-decl"><pre class='rust trait'>pub trait ResponseError: Fail + InternalResponseErrorAsFail {
fn <a href='#method.error_response' class='fnname'>error_response</a>(&amp;self) -&gt; <a class="struct" href="../../actix_web/struct.HttpResponse.html" title="struct actix_web::HttpResponse">HttpResponse</a> { ... }
}</pre></div><div class='docblock'><p>Error that can be converted to <code>HttpResponse</code></p>
</div>
<h2 id='provided-methods' class='small-section-header'>
Provided Methods<a href='#provided-methods' class='anchor'></a>
</h2>
<div class='methods'>
<h3 id='method.error_response' class='method'><span id='error_response.v' class='invisible'><code>fn <a href='#method.error_response' class='fnname'>error_response</a>(&amp;self) -&gt; <a class="struct" href="../../actix_web/struct.HttpResponse.html" title="struct actix_web::HttpResponse">HttpResponse</a></code></span></h3><div class='docblock'><p>Create response for error</p>
<p>Internal server error is generated by default.</p>
</div></div>
<h2 id='foreign-impls' class='small-section-header'>
Implementations on Foreign Types<a href='#foreign-impls' class='anchor'></a>
</h2>
<h3 id='impl-ResponseError' class='impl'><span class='in-band'><table class='table-display'><tbody><tr><td><code>impl&lt;T&gt; <a class="trait" href="../../actix_web/error/trait.ResponseError.html" title="trait actix_web::error::ResponseError">ResponseError</a> for Compat&lt;T&gt; <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: <a class="trait" href="https://doc.rust-lang.org/nightly/core/fmt/trait.Display.html" title="trait core::fmt::Display">Display</a> + <a class="trait" href="https://doc.rust-lang.org/nightly/core/fmt/trait.Debug.html" title="trait core::fmt::Debug">Debug</a> + <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sync.html" title="trait core::marker::Sync">Sync</a> + <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a> + 'static,&nbsp;</span></code><a href='#impl-ResponseError' class='anchor'></a></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/actix_web/error.rs.html#194-196' title='goto source code'>[src]</a></span></td></tr></tbody></table></h3><div class='docblock'><p>Compatibility for <code>failure::Error</code></p>
</div><span class='docblock autohide'><div class='impl-items'><h4 id='method.error_response-1' class="method"><span id='error_response.v-1' class='invisible'><table class='table-display'><tbody><tr><td><code>fn <a href='../../actix_web/error/trait.ResponseError.html#method.error_response' class='fnname'>error_response</a>(&amp;self) -&gt; <a class="struct" href="../../actix_web/struct.HttpResponse.html" title="struct actix_web::HttpResponse">HttpResponse</a></code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/actix_web/error.rs.html#145-147' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4></div></span><h3 id='impl-ResponseError-1' class='impl'><span class='in-band'><table class='table-display'><tbody><tr><td><code>impl <a class="trait" href="../../actix_web/error/trait.ResponseError.html" title="trait actix_web::error::ResponseError">ResponseError</a> for <a class="struct" href="https://docs.rs/serde_json/1.0.24/serde_json/error/struct.Error.html" title="struct serde_json::error::Error">JsonError</a></code><a href='#impl-ResponseError-1' class='anchor'></a></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/actix_web/error.rs.html#205' title='goto source code'>[src]</a></span></td></tr></tbody></table></h3><div class='docblock'><p><code>InternalServerError</code> for <code>JsonError</code></p>
</div><span class='docblock autohide'><div class='impl-items'><h4 id='method.error_response-2' class="method"><span id='error_response.v-2' class='invisible'><table class='table-display'><tbody><tr><td><code>fn <a href='../../actix_web/error/trait.ResponseError.html#method.error_response' class='fnname'>error_response</a>(&amp;self) -&gt; <a class="struct" href="../../actix_web/struct.HttpResponse.html" title="struct actix_web::HttpResponse">HttpResponse</a></code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/actix_web/error.rs.html#145-147' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4></div></span><h3 id='impl-ResponseError-2' class='impl'><span class='in-band'><table class='table-display'><tbody><tr><td><code>impl <a class="trait" href="../../actix_web/error/trait.ResponseError.html" title="trait actix_web::error::ResponseError">ResponseError</a> for <a class="struct" href="https://docs.rs/tokio-timer/0.2.4/tokio_timer/error/struct.Error.html" title="struct tokio_timer::error::Error">TimerError</a></code><a href='#impl-ResponseError-2' class='anchor'></a></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/actix_web/error.rs.html#211' title='goto source code'>[src]</a></span></td></tr></tbody></table></h3><div class='docblock'><p><code>InternalServerError</code> for <code>TimerError</code></p>
</div><span class='docblock autohide'><div class='impl-items'><h4 id='method.error_response-3' class="method"><span id='error_response.v-3' class='invisible'><table class='table-display'><tbody><tr><td><code>fn <a href='../../actix_web/error/trait.ResponseError.html#method.error_response' class='fnname'>error_response</a>(&amp;self) -&gt; <a class="struct" href="../../actix_web/struct.HttpResponse.html" title="struct actix_web::HttpResponse">HttpResponse</a></code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/actix_web/error.rs.html#145-147' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4></div></span><h3 id='impl-ResponseError-3' class='impl'><span class='in-band'><table class='table-display'><tbody><tr><td><code>impl <a class="trait" href="../../actix_web/error/trait.ResponseError.html" title="trait actix_web::error::ResponseError">ResponseError</a> for <a class="struct" href="https://docs.rs/serde/1.0.70/serde/de/value/struct.Error.html" title="struct serde::de::value::Error">DeError</a></code><a href='#impl-ResponseError-3' class='anchor'></a></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/actix_web/error.rs.html#217-221' title='goto source code'>[src]</a></span></td></tr></tbody></table></h3><div class='docblock'><p>Return <code>BAD_REQUEST</code> for <code>de::value::Error</code></p>
</div><span class='docblock autohide'><div class='impl-items'><h4 id='method.error_response-4' class="method"><span id='error_response.v-4' class='invisible'><table class='table-display'><tbody><tr><td><code>fn <a href='#method.error_response' class='fnname'>error_response</a>(&amp;self) -&gt; <a class="struct" href="../../actix_web/struct.HttpResponse.html" title="struct actix_web::HttpResponse">HttpResponse</a></code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/actix_web/error.rs.html#218-220' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4></div></span><h3 id='impl-ResponseError-4' class='impl'><span class='in-band'><table class='table-display'><tbody><tr><td><code>impl <a class="trait" href="../../actix_web/error/trait.ResponseError.html" title="trait actix_web::error::ResponseError">ResponseError</a> for <a class="struct" href="https://doc.rust-lang.org/nightly/core/str/struct.Utf8Error.html" title="struct core::str::Utf8Error">Utf8Error</a></code><a href='#impl-ResponseError-4' class='anchor'></a></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/actix_web/error.rs.html#224-228' title='goto source code'>[src]</a></span></td></tr></tbody></table></h3><div class='docblock'><p>Return <code>BAD_REQUEST</code> for <code>Utf8Error</code></p>
</div><span class='docblock autohide'><div class='impl-items'><h4 id='method.error_response-5' class="method"><span id='error_response.v-5' class='invisible'><table class='table-display'><tbody><tr><td><code>fn <a href='#method.error_response' class='fnname'>error_response</a>(&amp;self) -&gt; <a class="struct" href="../../actix_web/struct.HttpResponse.html" title="struct actix_web::HttpResponse">HttpResponse</a></code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/actix_web/error.rs.html#225-227' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4></div></span><h3 id='impl-ResponseError-5' class='impl'><span class='in-band'><table class='table-display'><tbody><tr><td><code>impl <a class="trait" href="../../actix_web/error/trait.ResponseError.html" title="trait actix_web::error::ResponseError">ResponseError</a> for <a class="struct" href="https://docs.rs/http/0.1.7/http/error/struct.Error.html" title="struct http::error::Error">HttpError</a></code><a href='#impl-ResponseError-5' class='anchor'></a></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/actix_web/error.rs.html#232' title='goto source code'>[src]</a></span></td></tr></tbody></table></h3><div class='docblock'><p>Return <code>InternalServerError</code> for <code>HttpError</code>,
Response generation can return <code>HttpError</code>, so it is internal error</p>
</div><span class='docblock autohide'><div class='impl-items'><h4 id='method.error_response-6' class="method"><span id='error_response.v-6' class='invisible'><table class='table-display'><tbody><tr><td><code>fn <a href='../../actix_web/error/trait.ResponseError.html#method.error_response' class='fnname'>error_response</a>(&amp;self) -&gt; <a class="struct" href="../../actix_web/struct.HttpResponse.html" title="struct actix_web::HttpResponse">HttpResponse</a></code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/actix_web/error.rs.html#145-147' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4></div></span><h3 id='impl-ResponseError-6' class='impl'><span class='in-band'><table class='table-display'><tbody><tr><td><code>impl <a class="trait" href="../../actix_web/error/trait.ResponseError.html" title="trait actix_web::error::ResponseError">ResponseError</a> for <a class="struct" href="https://doc.rust-lang.org/nightly/std/io/error/struct.Error.html" title="struct std::io::error::Error">Error</a></code><a href='#impl-ResponseError-6' class='anchor'></a></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/actix_web/error.rs.html#235-243' title='goto source code'>[src]</a></span></td></tr></tbody></table></h3><div class='docblock'><p>Return <code>InternalServerError</code> for <code>io::Error</code></p>
</div><span class='docblock autohide'><div class='impl-items'><h4 id='method.error_response-7' class="method"><span id='error_response.v-7' class='invisible'><table class='table-display'><tbody><tr><td><code>fn <a href='#method.error_response' class='fnname'>error_response</a>(&amp;self) -&gt; <a class="struct" href="../../actix_web/struct.HttpResponse.html" title="struct actix_web::HttpResponse">HttpResponse</a></code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/actix_web/error.rs.html#236-242' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4></div></span><h3 id='impl-ResponseError-7' class='impl'><span class='in-band'><table class='table-display'><tbody><tr><td><code>impl <a class="trait" href="../../actix_web/error/trait.ResponseError.html" title="trait actix_web::error::ResponseError">ResponseError</a> for <a class="struct" href="https://docs.rs/futures/0.1/futures/sync/oneshot/struct.Canceled.html" title="struct futures::sync::oneshot::Canceled">Canceled</a></code><a href='#impl-ResponseError-7' class='anchor'></a></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/actix_web/error.rs.html#260' title='goto source code'>[src]</a></span></td></tr></tbody></table></h3><div class='docblock'><p><code>InternalServerError</code> for <code>futures::Canceled</code></p>
</div><span class='docblock autohide'><div class='impl-items'><h4 id='method.error_response-8' class="method"><span id='error_response.v-8' class='invisible'><table class='table-display'><tbody><tr><td><code>fn <a href='../../actix_web/error/trait.ResponseError.html#method.error_response' class='fnname'>error_response</a>(&amp;self) -&gt; <a class="struct" href="../../actix_web/struct.HttpResponse.html" title="struct actix_web::HttpResponse">HttpResponse</a></code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/actix_web/error.rs.html#145-147' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4></div></span>
<h2 id='implementors' class='small-section-header'>
Implementors<a href='#implementors' class='anchor'></a>
</h2>
<ul class='item-list' id='implementors-list'>
<li><table class='table-display'><tbody><tr><td><code>impl ResponseError for <a class="enum" href="../../actix_web/client/enum.SendRequestError.html" title="enum actix_web::client::SendRequestError">SendRequestError</a></code><td><div class='out-of-band'><a class='srclink' href='../../src/actix_web/client/mod.rs.html#49-57' title='goto source code'>[src]</a></div></td></tr></tbody></table></li>
<li><table class='table-display'><tbody><tr><td><code>impl ResponseError for <a class="enum" href="../../actix_web/error/enum.UrlParseError.html" title="enum actix_web::error::UrlParseError">UrlParseError</a></code><td><div class='out-of-band'><a class='srclink' href='../../src/actix_web/error.rs.html#214' title='goto source code'>[src]</a></div></td></tr></tbody></table></li>
<li><table class='table-display'><tbody><tr><td><code>impl ResponseError for <a class="struct" href="../../actix_web/http/header/struct.InvalidHeaderValue.html" title="struct actix_web::http::header::InvalidHeaderValue">InvalidHeaderValue</a></code><td><div class='out-of-band'><a class='srclink' href='../../src/actix_web/error.rs.html#246-250' title='goto source code'>[src]</a></div></td></tr></tbody></table></li>
<li><table class='table-display'><tbody><tr><td><code>impl ResponseError for <a class="struct" href="../../actix_web/http/header/struct.InvalidHeaderValueBytes.html" title="struct actix_web::http::header::InvalidHeaderValueBytes">InvalidHeaderValueBytes</a></code><td><div class='out-of-band'><a class='srclink' href='../../src/actix_web/error.rs.html#253-257' title='goto source code'>[src]</a></div></td></tr></tbody></table></li>
<li><table class='table-display'><tbody><tr><td><code>impl ResponseError for <a class="enum" href="../../actix_web/actix/actix/enum.MailboxError.html" title="enum actix_web::actix::actix::MailboxError">MailboxError</a></code><td><div class='out-of-band'><a class='srclink' href='../../src/actix_web/error.rs.html#263' title='goto source code'>[src]</a></div></td></tr></tbody></table></li>
<li><table class='table-display'><tbody><tr><td><code>impl ResponseError for actix_web::error::<a class="enum" href="../../actix_web/error/enum.ParseError.html" title="enum actix_web::error::ParseError">ParseError</a></code><td><div class='out-of-band'><a class='srclink' href='../../src/actix_web/error.rs.html#303-307' title='goto source code'>[src]</a></div></td></tr></tbody></table></li>
<li><table class='table-display'><tbody><tr><td><code>impl ResponseError for <a class="enum" href="../../actix_web/error/enum.PayloadError.html" title="enum actix_web::error::PayloadError">PayloadError</a></code><td><div class='out-of-band'><a class='srclink' href='../../src/actix_web/error.rs.html#380-387' title='goto source code'>[src]</a></div></td></tr></tbody></table></li>
<li><table class='table-display'><tbody><tr><td><code>impl ResponseError for actix_web::error::<a class="enum" href="../../actix_web/error/enum.CookieParseError.html" title="enum actix_web::error::CookieParseError">CookieParseError</a></code><td><div class='out-of-band'><a class='srclink' href='../../src/actix_web/error.rs.html#390-394' title='goto source code'>[src]</a></div></td></tr></tbody></table></li>
<li><table class='table-display'><tbody><tr><td><code>impl ResponseError for <a class="enum" href="../../actix_web/error/enum.MultipartError.html" title="enum actix_web::error::MultipartError">MultipartError</a></code><td><div class='out-of-band'><a class='srclink' href='../../src/actix_web/error.rs.html#432-436' title='goto source code'>[src]</a></div></td></tr></tbody></table></li>
<li><table class='table-display'><tbody><tr><td><code>impl ResponseError for <a class="enum" href="../../actix_web/error/enum.ExpectError.html" title="enum actix_web::error::ExpectError">ExpectError</a></code><td><div class='out-of-band'><a class='srclink' href='../../src/actix_web/error.rs.html#449-453' title='goto source code'>[src]</a></div></td></tr></tbody></table></li>
<li><table class='table-display'><tbody><tr><td><code>impl ResponseError for <a class="enum" href="../../actix_web/error/enum.ContentTypeError.html" title="enum actix_web::error::ContentTypeError">ContentTypeError</a></code><td><div class='out-of-band'><a class='srclink' href='../../src/actix_web/error.rs.html#467-471' title='goto source code'>[src]</a></div></td></tr></tbody></table></li>
<li><table class='table-display'><tbody><tr><td><code>impl ResponseError for <a class="enum" href="../../actix_web/error/enum.UrlencodedError.html" title="enum actix_web::error::UrlencodedError">UrlencodedError</a></code><td><div class='out-of-band'><a class='srclink' href='../../src/actix_web/error.rs.html#499-511' title='goto source code'>[src]</a></div></td></tr></tbody></table></li>
<li><table class='table-display'><tbody><tr><td><code>impl ResponseError for <a class="enum" href="../../actix_web/error/enum.JsonPayloadError.html" title="enum actix_web::error::JsonPayloadError">JsonPayloadError</a></code><td><div class='out-of-band'><a class='srclink' href='../../src/actix_web/error.rs.html#537-546' title='goto source code'>[src]</a></div></td></tr></tbody></table></li>
<li><table class='table-display'><tbody><tr><td><code>impl ResponseError for <a class="enum" href="../../actix_web/error/enum.UriSegmentError.html" title="enum actix_web::error::UriSegmentError">UriSegmentError</a></code><td><div class='out-of-band'><a class='srclink' href='../../src/actix_web/error.rs.html#600-604' title='goto source code'>[src]</a></div></td></tr></tbody></table></li>
<li><table class='table-display'><tbody><tr><td><code>impl ResponseError for <a class="enum" href="../../actix_web/error/enum.UrlGenerationError.html" title="enum actix_web::error::UrlGenerationError">UrlGenerationError</a></code><td><div class='out-of-band'><a class='srclink' href='../../src/actix_web/error.rs.html#621' title='goto source code'>[src]</a></div></td></tr></tbody></table></li>
<li><table class='table-display'><tbody><tr><td><code>impl ResponseError for <a class="enum" href="../../actix_web/error/enum.StaticFileError.html" title="enum actix_web::error::StaticFileError">StaticFileError</a></code><td><div class='out-of-band'><a class='srclink' href='../../src/actix_web/error.rs.html#641-645' title='goto source code'>[src]</a></div></td></tr></tbody></table></li>
<li><table class='table-display'><tbody><tr><td><code>impl&lt;T&gt; ResponseError for <a class="struct" href="../../actix_web/error/struct.InternalError.html" title="struct actix_web::error::InternalError">InternalError</a>&lt;T&gt; <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a> + <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sync.html" title="trait core::marker::Sync">Sync</a> + <a class="trait" href="https://doc.rust-lang.org/nightly/core/fmt/trait.Debug.html" title="trait core::fmt::Debug">Debug</a> + <a class="trait" href="https://doc.rust-lang.org/nightly/core/fmt/trait.Display.html" title="trait core::fmt::Display">Display</a> + 'static,&nbsp;</span></code><td><div class='out-of-band'><a class='srclink' href='../../src/actix_web/error.rs.html#723-739' title='goto source code'>[src]</a></div></td></tr></tbody></table></li>
<li><table class='table-display'><tbody><tr><td><code>impl ResponseError for <a class="enum" href="../../actix_web/middleware/cors/enum.CorsError.html" title="enum actix_web::middleware::cors::CorsError">CorsError</a></code><td><div class='out-of-band'><a class='srclink' href='../../src/actix_web/middleware/cors.rs.html#112-116' title='goto source code'>[src]</a></div></td></tr></tbody></table></li>
<li><table class='table-display'><tbody><tr><td><code>impl ResponseError for <a class="enum" href="../../actix_web/middleware/csrf/enum.CsrfError.html" title="enum actix_web::middleware::csrf::CsrfError">CsrfError</a></code><td><div class='out-of-band'><a class='srclink' href='../../src/actix_web/middleware/csrf.rs.html#72-76' title='goto source code'>[src]</a></div></td></tr></tbody></table></li>
<li><table class='table-display'><tbody><tr><td><code>impl ResponseError for <a class="enum" href="../../actix_web/middleware/session/enum.CookieSessionError.html" title="enum actix_web::middleware::session::CookieSessionError">CookieSessionError</a></code><td><div class='out-of-band'><a class='srclink' href='../../src/actix_web/middleware/session.rs.html#315' title='goto source code'>[src]</a></div></td></tr></tbody></table></li>
<li><table class='table-display'><tbody><tr><td><code>impl ResponseError for <a class="enum" href="../../actix_web/ws/enum.ProtocolError.html" title="enum actix_web::ws::ProtocolError">ProtocolError</a></code><td><div class='out-of-band'><a class='srclink' href='../../src/actix_web/ws/mod.rs.html#102' title='goto source code'>[src]</a></div></td></tr></tbody></table></li>
<li><table class='table-display'><tbody><tr><td><code>impl ResponseError for <a class="enum" href="../../actix_web/ws/enum.HandshakeError.html" title="enum actix_web::ws::HandshakeError">HandshakeError</a></code><td><div class='out-of-band'><a class='srclink' href='../../src/actix_web/ws/mod.rs.html#133-156' title='goto source code'>[src]</a></div></td></tr></tbody></table></li>
</ul><script type="text/javascript">window.inlined_types=new Set([]);</script><script type="text/javascript" async
src="../../implementors/actix_web/error/trait.ResponseError.js">
</script></section><section id="search" class="content hidden"></section><section class="footer"></section><aside id="help" class="hidden"><div><h1 class="hidden">Help</h1><div class="shortcuts"><h2>Keyboard Shortcuts</h2><dl><dt><kbd>?</kbd></dt><dd>Show this help dialog</dd><dt><kbd>S</kbd></dt><dd>Focus the search field</dd><dt><kbd></kbd></dt><dd>Move up in search results</dd><dt><kbd></kbd></dt><dd>Move down in search results</dd><dt><kbd></kbd></dt><dd>Switch tab</dd><dt><kbd>&#9166;</kbd></dt><dd>Go to active search result</dd><dt><kbd>+</kbd></dt><dd>Expand all sections</dd><dt><kbd>-</kbd></dt><dd>Collapse all sections</dd></dl></div><div class="infos"><h2>Search Tricks</h2><p>Prefix searches with a type followed by a colon (e.g. <code>fn:</code>) to restrict the search to a given type.</p><p>Accepted types are: <code>fn</code>, <code>mod</code>, <code>struct</code>, <code>enum</code>, <code>trait</code>, <code>type</code>, <code>macro</code>, and <code>const</code>.</p><p>Search functions by type signature (e.g. <code>vec -> usize</code> or <code>* -> vec</code>)</p><p>Search multiple things at once by splitting your query with comma (e.g. <code>str,u8</code> or <code>String,struct:Vec,test</code>)</p></div></div></aside><script>window.rootPath = "../../";window.currentCrate = "actix_web";</script><script src="../../aliases.js"></script><script src="../../main.js"></script><script defer src="../../search-index.js"></script></body></html>