librepages/pages/errors/enum.ServiceError.html

63 lines
64 KiB
HTML
Raw Normal View History

<!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="Error data structure grouping various error subtypes"><meta name="keywords" content="rust, rustlang, rust-lang, ServiceError"><title>ServiceError in pages::errors - Rust</title><link rel="preload" as="font" type="font/woff2" crossorigin href="../../SourceSerif4-Regular.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../FiraSans-Regular.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../FiraSans-Medium.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../SourceCodePro-Regular.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../SourceSerif4-Bold.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../SourceCodePro-Semibold.ttf.woff2"><link rel="stylesheet" href="../../normalize.css"><link rel="stylesheet" href="../../rustdoc.css" id="mainThemeStyle"><link rel="stylesheet" href="../../ayu.css" disabled><link rel="stylesheet" href="../../dark.css" disabled><link rel="stylesheet" href="../../light.css" id="themeStyle"><script id="default-settings" ></script><script src="../../storage.js"></script><script defer src="sidebar-items.js"></script><script defer src="../../main.js"></script><noscript><link rel="stylesheet" href="../../noscript.css"></noscript><link rel="alternate icon" type="image/png" href="../../favicon-16x16.png"><link rel="alternate icon" type="image/png" href="../../favicon-32x32.png"><link rel="icon" type="image/svg+xml" href="../../favicon.svg"></head><body class="rustdoc enum"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><nav class="mobile-topbar"><button class="sidebar-menu-toggle">&#9776;</button><a class="sidebar-logo" href="../../pages/index.html"><div class="logo-container"><img class="rust-logo" src="../../rust-logo.svg" alt="logo"></div></a><h2 class="location"></h2></nav><nav class="sidebar"><a class="sidebar-logo" href="../../pages/index.html"><div class="logo-container"><img class="rust-logo" src="../../rust-logo.svg" alt="logo"></div></a><h2 class="location"><a href="#">ServiceError</a></h2><div class="sidebar-elems"><section><div class="block"><h3 class="sidebar-title"><a href="#variants">Variants</a></h3><ul><li><a href="#variant.AccountNotFound">AccountNotFound</a></li><li><a href="#variant.BadRequest">BadRequest</a></li><li><a href="#variant.BlacklistError">BlacklistError</a></li><li><a href="#variant.BranchNotFound">BranchNotFound</a></li><li><a href="#variant.ClosedForRegistration">ClosedForRegistration</a></li><li><a href="#variant.ConfigError">ConfigError</a></li><li><a href="#variant.DuplicateRepositoryURL">DuplicateRepositoryURL</a></li><li><a href="#variant.EmailTaken">EmailTaken</a></li><li><a href="#variant.FSError">FSError</a></li><li><a href="#variant.GitError">GitError</a></li><li><a href="#variant.InternalServerError">InternalServerError</a></li><li><a href="#variant.NotAUrl">NotAUrl</a></li><li><a href="#variant.NotAnEmail">NotAnEmail</a></li><li><a href="#variant.PasswordTooLong">PasswordTooLong</a></li><li><a href="#variant.PasswordTooShort">PasswordTooShort</a></li><li><a href="#variant.PasswordsDontMatch">PasswordsDontMatch</a></li><li><a href="#variant.PathTaken">PathTaken</a></li><li><a href="#variant.ProfanityError">ProfanityError</a></li><li><a href="#variant.SecretTaken">SecretTaken</a></li><li><a href="#variant.URLTooLong">URLTooLong</a></li><li><a href="#variant.UnauthorizedOperation">UnauthorizedOperation</a></li><li><a href="#variant.UsernameCaseMappedError">UsernameCaseMappedError</a></li><li><a href="#variant.UsernameTaken">UsernameTaken</a></li><li><a href="#variant.WebsiteNotFound">WebsiteNotFound</a></li><li><a href="#variant.WrongPassword">WrongPassword</a></li></ul></div><div class="block"><h3 class="sidebar-title"><a href="#trait-i
<details class="rustdoc-toggle type-contents-toggle"><summary class="hideme"><span>Show 25 variants</span></summary> InternalServerError,
NotAUrl,
URLTooLong,
WebsiteNotFound,
PathTaken(<a class="struct" href="https://doc.rust-lang.org/1.65.0/alloc/sync/struct.Arc.html" title="struct alloc::sync::Arc">Arc</a>&lt;<a class="struct" href="../page/struct.Page.html" title="struct pages::page::Page">Page</a>&gt;,&nbsp;<a class="struct" href="https://doc.rust-lang.org/1.65.0/alloc/sync/struct.Arc.html" title="struct alloc::sync::Arc">Arc</a>&lt;<a class="struct" href="../page/struct.Page.html" title="struct pages::page::Page">Page</a>&gt;),
SecretTaken(<a class="struct" href="https://doc.rust-lang.org/1.65.0/alloc/sync/struct.Arc.html" title="struct alloc::sync::Arc">Arc</a>&lt;<a class="struct" href="../page/struct.Page.html" title="struct pages::page::Page">Page</a>&gt;,&nbsp;<a class="struct" href="https://doc.rust-lang.org/1.65.0/alloc/sync/struct.Arc.html" title="struct alloc::sync::Arc">Arc</a>&lt;<a class="struct" href="../page/struct.Page.html" title="struct pages::page::Page">Page</a>&gt;),
DuplicateRepositoryURL(<a class="struct" href="https://doc.rust-lang.org/1.65.0/alloc/sync/struct.Arc.html" title="struct alloc::sync::Arc">Arc</a>&lt;<a class="struct" href="../page/struct.Page.html" title="struct pages::page::Page">Page</a>&gt;,&nbsp;<a class="struct" href="https://doc.rust-lang.org/1.65.0/alloc/sync/struct.Arc.html" title="struct alloc::sync::Arc">Arc</a>&lt;<a class="struct" href="../page/struct.Page.html" title="struct pages::page::Page">Page</a>&gt;),
FSError(<a class="struct" href="struct.FSError.html" title="struct pages::errors::FSError">FSError</a>),
UnauthorizedOperation(<a class="struct" href="https://doc.rust-lang.org/1.65.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>),
BadRequest(<a class="struct" href="https://doc.rust-lang.org/1.65.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>),
ConfigError(<a class="struct" href="struct.ConfigError.html" title="struct pages::errors::ConfigError">ConfigError</a>),
GitError(<a class="struct" href="https://docs.rs/git2/0.14/git2/error/struct.Error.html" title="struct git2::error::Error">GitError</a>),
BranchNotFound(<a class="struct" href="https://doc.rust-lang.org/1.65.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>),
UsernameTaken,
EmailTaken,
AccountNotFound,
ClosedForRegistration,
NotAnEmail,
WrongPassword,
ProfanityError,
BlacklistError,
UsernameCaseMappedError,
PasswordTooShort,
PasswordTooLong,
PasswordsDontMatch,
</details>}</code></pre></div><details class="rustdoc-toggle top-doc" open><summary class="hideme"><span>Expand description</span></summary><div class="docblock"><p>Error data structure grouping various error subtypes</p>
</div></details><h2 id="variants" class="variants small-section-header">Variants<a href="#variants" class="anchor"></a></h2><h3 id="variant.InternalServerError" class="variant small-section-header"><a href="#variant.InternalServerError" class="anchor field"></a><code>InternalServerError</code></h3><div class="docblock"><p>All non-specific errors are grouped under this category</p>
</div><h3 id="variant.NotAUrl" class="variant small-section-header"><a href="#variant.NotAUrl" class="anchor field"></a><code>NotAUrl</code></h3><div class="docblock"><p>The value you entered for url is not url“</p>
</div><h3 id="variant.URLTooLong" class="variant small-section-header"><a href="#variant.URLTooLong" class="anchor field"></a><code>URLTooLong</code></h3><div class="docblock"><p>URL too long, maximum length cant be greater then 2048 characters</p>
</div><h3 id="variant.WebsiteNotFound" class="variant small-section-header"><a href="#variant.WebsiteNotFound" class="anchor field"></a><code>WebsiteNotFound</code></h3><div class="docblock"><p>website not found</p>
</div><h3 id="variant.PathTaken" class="variant small-section-header"><a href="#variant.PathTaken" class="anchor field"></a><code>PathTaken(<a class="struct" href="https://doc.rust-lang.org/1.65.0/alloc/sync/struct.Arc.html" title="struct alloc::sync::Arc">Arc</a>&lt;<a class="struct" href="../page/struct.Page.html" title="struct pages::page::Page">Page</a>&gt;,&nbsp;<a class="struct" href="https://doc.rust-lang.org/1.65.0/alloc/sync/struct.Arc.html" title="struct alloc::sync::Arc">Arc</a>&lt;<a class="struct" href="../page/struct.Page.html" title="struct pages::page::Page">Page</a>&gt;)</code></h3><div class="docblock"><p>when the a path configured for a page is already taken</p>
</div><h3 id="variant.SecretTaken" class="variant small-section-header"><a href="#variant.SecretTaken" class="anchor field"></a><code>SecretTaken(<a class="struct" href="https://doc.rust-lang.org/1.65.0/alloc/sync/struct.Arc.html" title="struct alloc::sync::Arc">Arc</a>&lt;<a class="struct" href="../page/struct.Page.html" title="struct pages::page::Page">Page</a>&gt;,&nbsp;<a class="struct" href="https://doc.rust-lang.org/1.65.0/alloc/sync/struct.Arc.html" title="struct alloc::sync::Arc">Arc</a>&lt;<a class="struct" href="../page/struct.Page.html" title="struct pages::page::Page">Page</a>&gt;)</code></h3><div class="docblock"><p>when the a Secret configured for a page is already taken</p>
</div><h3 id="variant.DuplicateRepositoryURL" class="variant small-section-header"><a href="#variant.DuplicateRepositoryURL" class="anchor field"></a><code>DuplicateRepositoryURL(<a class="struct" href="https://doc.rust-lang.org/1.65.0/alloc/sync/struct.Arc.html" title="struct alloc::sync::Arc">Arc</a>&lt;<a class="struct" href="../page/struct.Page.html" title="struct pages::page::Page">Page</a>&gt;,&nbsp;<a class="struct" href="https://doc.rust-lang.org/1.65.0/alloc/sync/struct.Arc.html" title="struct alloc::sync::Arc">Arc</a>&lt;<a class="struct" href="../page/struct.Page.html" title="struct pages::page::Page">Page</a>&gt;)</code></h3><div class="docblock"><p>when the a Repository URL configured for a page is already taken</p>
</div><h3 id="variant.FSError" class="variant small-section-header"><a href="#variant.FSError" class="anchor field"></a><code>FSError(<a class="struct" href="struct.FSError.html" title="struct pages::errors::FSError">FSError</a>)</code></h3><h3 id="variant.UnauthorizedOperation" class="variant small-section-header"><a href="#variant.UnauthorizedOperation" class="anchor field"></a><code>UnauthorizedOperation(<a class="struct" href="https://doc.rust-lang.org/1.65.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>)</code></h3><h3 id="variant.BadRequest" class="variant small-section-header"><a href="#variant.BadRequest" class="anchor field"></a><code>BadRequest(<a class="struct" href="https://doc.rust-lang.org/1.65.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>)</code></h3><h3 id="variant.ConfigError" class="variant small-section-header"><a href="#variant.ConfigError" class="anchor field"></a><code>ConfigError(<a class="struct" href="struct.ConfigError.html" title="struct pages::errors::ConfigError">ConfigError</a>)</code></h3><h3 id="variant.GitError" class="variant small-section-header"><a href="#variant.GitError" class="anchor field"></a><code>GitError(<a class="struct" href="https://docs.rs/git2/0.14/git2/error/struct.Error.html" title="struct git2::error::Error">GitError</a>)</code></h3><h3 id="variant.BranchNotFound" class="variant small-section-header"><a href="#variant.BranchNotFound" class="anchor field"></a><code>BranchNotFound(<a class="struct" href="https://doc.rust-lang.org/1.65.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>)</code></h3><h3 id="variant.UsernameTaken" class="variant small-section-header"><a href="#variant.UsernameTaken" class="anchor field"></a><code>UsernameTaken</code></h3><div class="docblock"><p>Username is taken</p>
</div><h3 id="variant.EmailTaken" class="variant small-section-header"><a href="#variant.EmailTaken" class="anchor field"></a><code>EmailTaken</code></h3><div class="docblock"><p>Email is taken</p>
</div><h3 id="variant.AccountNotFound" class="variant small-section-header"><a href="#variant.AccountNotFound" class="anchor field"></a><code>AccountNotFound</code></h3><div class="docblock"><p>Account not found</p>
</div><h3 id="variant.ClosedForRegistration" class="variant small-section-header"><a href="#variant.ClosedForRegistration" class="anchor field"></a><code>ClosedForRegistration</code></h3><div class="docblock"><p>registration failure, server is is closed for registration</p>
</div><h3 id="variant.NotAnEmail" class="variant small-section-header"><a href="#variant.NotAnEmail" class="anchor field"></a><code>NotAnEmail</code></h3><div class="docblock"><p>The value you entered for email is not an email“</p>
</div><h3 id="variant.WrongPassword" class="variant small-section-header"><a href="#variant.WrongPassword" class="anchor field"></a><code>WrongPassword</code></h3><div class="docblock"><p>wrong password</p>
</div><h3 id="variant.ProfanityError" class="variant small-section-header"><a href="#variant.ProfanityError" class="anchor field"></a><code>ProfanityError</code></h3><div class="docblock"><p>when the value passed contains profanity</p>
</div><h3 id="variant.BlacklistError" class="variant small-section-header"><a href="#variant.BlacklistError" class="anchor field"></a><code>BlacklistError</code></h3><div class="docblock"><p>when the value passed contains blacklisted words
see <a href="https://github.com/shuttlecraft/The-Big-Username-Blacklist">blacklist</a></p>
</div><h3 id="variant.UsernameCaseMappedError" class="variant small-section-header"><a href="#variant.UsernameCaseMappedError" class="anchor field"></a><code>UsernameCaseMappedError</code></h3><div class="docblock"><p>when the value passed contains characters not present
in <a href="https://tools.ietf.org/html/rfc8265#page-7">UsernameCaseMapped</a>
profile</p>
</div><h3 id="variant.PasswordTooShort" class="variant small-section-header"><a href="#variant.PasswordTooShort" class="anchor field"></a><code>PasswordTooShort</code></h3><div class="docblock"><p>password too short</p>
</div><h3 id="variant.PasswordTooLong" class="variant small-section-header"><a href="#variant.PasswordTooLong" class="anchor field"></a><code>PasswordTooLong</code></h3><div class="docblock"><p>password too long</p>
</div><h3 id="variant.PasswordsDontMatch" class="variant small-section-header"><a href="#variant.PasswordsDontMatch" class="anchor field"></a><code>PasswordsDontMatch</code></h3><div class="docblock"><p>passwords dont match</p>
</div><h2 id="trait-implementations" class="small-section-header">Trait Implementations<a href="#trait-implementations" class="anchor"></a></h2><div id="trait-implementations-list"><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Debug-for-ServiceError" class="impl has-srclink"><a class="srclink rightside" href="../../src/pages/errors.rs.html#70">source</a><a href="#impl-Debug-for-ServiceError" class="anchor"></a><h3 class="code-header in-band">impl <a class="trait" href="https://doc.rust-lang.org/1.65.0/core/fmt/trait.Debug.html" title="trait core::fmt::Debug">Debug</a> for <a class="enum" href="enum.ServiceError.html" title="enum pages::errors::ServiceError">ServiceError</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.fmt" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/pages/errors.rs.html#70">source</a><a href="#method.fmt" class="anchor"></a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.65.0/core/fmt/trait.Debug.html#tymethod.fmt" class="fnname">fmt</a>(&amp;self, f: &amp;mut <a class="struct" href="https://doc.rust-lang.org/1.65.0/core/fmt/struct.Formatter.html" title="struct core::fmt::Formatter">Formatter</a>&lt;'_&gt;) -&gt; <a class="type" href="https://doc.rust-lang.org/1.65.0/core/fmt/type.Result.html" title="type core::fmt::Result">Result</a></h4></section></summary><div class='docblock'>Formats the value using the given formatter. <a href="https://doc.rust-lang.org/1.65.0/core/fmt/trait.Debug.html#tymethod.fmt">Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Display-for-ServiceError" class="impl has-srclink"><a class="srclink rightside" href="../../src/pages/errors.rs.html#70">source</a><a href="#impl-Display-for-ServiceError" class="anchor"></a><h3 class="code-header in-band">impl <a class="trait" href="https://doc.rust-lang.org/1.65.0/core/fmt/trait.Display.html" title="trait core::fmt::Display">Display</a> for <a class="enum" href="enum.ServiceError.html" title="enum pages::errors::ServiceError">ServiceError</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.fmt-1" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/pages/errors.rs.html#70">source</a><a href="#method.fmt-1" class="anchor"></a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.65.0/core/fmt/trait.Display.html#tymethod.fmt" class="fnname">fmt</a>(&amp;self, _derive_more_display_formatter: &amp;mut <a class="struct" href="https://doc.rust-lang.org/1.65.0/core/fmt/struct.Formatter.html" title="struct core::fmt::Formatter">Formatter</a>&lt;'_&gt;) -&gt; <a class="type" href="https://doc.rust-lang.org/1.65.0/core/fmt/type.Result.html" title="type core::fmt::Result">Result</a></h4></section></summary><div class='docblock'>Formats the value using the given formatter. <a href="https://doc.rust-lang.org/1.65.0/core/fmt/trait.Display.html#tymethod.fmt">Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Error-for-ServiceError" class="impl has-srclink"><a class="srclink rightside" href="../../src/pages/errors.rs.html#70">source</a><a href="#impl-Error-for-ServiceError" class="anchor"></a><h3 class="code-header in-band">impl <a class="trait" href="https://doc.rust-lang.org/1.65.0/core/error/trait.Error.html" title="trait core::error::Error">Error</a> for <a class="enum" href="enum.ServiceError.html" title="enum pages::errors::ServiceError">ServiceError</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.source" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/pages/errors.rs.html#70">source</a><a href="#method.source" class="anchor"></a><h4 class="code-header">fn <a href="https://doc.rust-la
</span></div></span><div class='docblock'> <a href="https://doc.rust-lang.org/1.65.0/core/error/trait.Error.html#method.description">Read more</a></div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.cause" class="method trait-impl has-srclink"><span class="rightside"><span class="since" title="Stable since Rust version 1.0.0">1.0.0</span> · <a class="srclink" href="https://doc.rust-lang.org/1.65.0/src/core/error.rs.html#119">source</a></span><a href="#method.cause" class="anchor"></a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.65.0/core/error/trait.Error.html#method.cause" class="fnname">cause</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/1.65.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;dyn <a class="trait" href="https://doc.rust-lang.org/1.65.0/core/error/trait.Error.html" title="trait core::error::Error">Error</a>&gt;</h4></section></summary><span class="item-info"><div class="stab deprecated"><span class="emoji">👎</span><span>Deprecated since 1.33.0: <p>replaced by Error::source, which can support downcasting</p>
</span></div></span></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.provide" class="method trait-impl has-srclink"><a class="srclink rightside" href="https://doc.rust-lang.org/1.65.0/src/core/error.rs.html#193">source</a><a href="#method.provide" class="anchor"></a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.65.0/core/error/trait.Error.html#method.provide" class="fnname">provide</a>(&amp;'a self, demand: &amp;mut <a class="struct" href="https://doc.rust-lang.org/1.65.0/core/any/struct.Demand.html" title="struct core::any::Demand">Demand</a>&lt;'a&gt;)</h4></section></summary><span class="item-info"><div class="stab unstable"><span class="emoji">🔬</span><span>This is a nightly-only experimental API. (<code>error_generic_member_access</code>)</span></div></span><div class='docblock'>Provides type based access to context intended for error reports. <a href="https://doc.rust-lang.org/1.65.0/core/error/trait.Error.html#method.provide">Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-From%3CConfigError%3E-for-ServiceError" class="impl has-srclink"><a class="srclink rightside" href="../../src/pages/errors.rs.html#64-68">source</a><a href="#impl-From%3CConfigError%3E-for-ServiceError" class="anchor"></a><h3 class="code-header in-band">impl <a class="trait" href="https://doc.rust-lang.org/1.65.0/core/convert/trait.From.html" title="trait core::convert::From">From</a>&lt;ConfigError&gt; for <a class="enum" href="enum.ServiceError.html" title="enum pages::errors::ServiceError">ServiceError</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.from-1" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/pages/errors.rs.html#65-67">source</a><a href="#method.from-1" class="anchor"></a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.65.0/core/convert/trait.From.html#tymethod.from" class="fnname">from</a>(e: ConfigErrorInner) -&gt; Self</h4></section></summary><div class='docblock'>Converts to this type from the input type.</div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-From%3CCredsError%3E-for-ServiceError" class="impl has-srclink"><a class="srclink rightside" href="../../src/pages/errors.rs.html#254-267">source</a><a href="#impl-From%3CCredsError%3E-for-ServiceError" class="anchor"></a><h3 class="code-header in-band">impl <a class="trait" href="https://doc.rust-lang.org/1.65.0/core/convert/trait.From.html" title="trait core::convert::From">From</a>&lt;CredsError&gt; for <a class="enum" href="enum.ServiceError.html" title="enum pages::errors::ServiceError">ServiceError</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.from-4" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/pages/errors.rs.html#256-266">source</a><a href="#method.from-4" class="anchor"></a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.65.0/core/convert/trait.From.html#tymethod.from" class="fnname">from</a>(e: CredsError) -&gt; <a class="enum" href="enum.ServiceError.html" title="enum pages::errors::ServiceError">ServiceError</a></h4></section></summary><div class='docblock'>Converts to this type from the input type.</div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-From%3CError%3E-for-ServiceError" class="impl has-srclink"><a class="srclink rightside" href="../../src/pages/errors.rs.html#57-61">source</a><a href="#impl-From%3CError%3E-for-ServiceError" class="anchor"></a><h3 class="code-header in-band">impl <a class="trait" href="https://doc.rust-lang.org/1.65.0/core/convert/trait.From.html" title="trait core::convert::From">From</a>&lt;<a class="struct" href="https://doc.rust-lang.org/1.65.0/std/io/error/struct.Error.html" title="struct std
by <code>==</code>. <a href="https://doc.rust-lang.org/1.65.0/core/cmp/trait.PartialEq.html#tymethod.eq">Read more</a></div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.ne" class="method trait-impl has-srclink"><span class="rightside"><span class="since" title="Stable since Rust version 1.0.0">1.0.0</span> · <a class="srclink" href="https://doc.rust-lang.org/1.65.0/src/core/cmp.rs.html#236">source</a></span><a href="#method.ne" class="anchor"></a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.65.0/core/cmp/trait.PartialEq.html#method.ne" class="fnname">ne</a>(&amp;self, other: <a class="primitive" href="https://doc.rust-lang.org/1.65.0/std/primitive.reference.html">&amp;</a>Rhs) -&gt; <a class="primitive" href="https://doc.rust-lang.org/1.65.0/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>This method tests for <code>!=</code>. The default implementation is almost always
sufficient, and should not be overridden without very good reason. <a href="https://doc.rust-lang.org/1.65.0/core/cmp/trait.PartialEq.html#method.ne">Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-ResponseError-for-ServiceError" class="impl has-srclink"><a class="srclink rightside" href="../../src/pages/errors.rs.html#204-252">source</a><a href="#impl-ResponseError-for-ServiceError" class="anchor"></a><h3 class="code-header in-band">impl ResponseError for <a class="enum" href="enum.ServiceError.html" title="enum pages::errors::ServiceError">ServiceError</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.error_response" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/pages/errors.rs.html#206-215">source</a><a href="#method.error_response" class="anchor"></a><h4 class="code-header">fn <a class="fnname">error_response</a>(&amp;self) -&gt; HttpResponse</h4></section></summary><div class='docblock'>Creates full response for error. <a>Read more</a></div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.status_code" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/pages/errors.rs.html#218-251">source</a><a href="#method.status_code" class="anchor"></a><h4 class="code-header">fn <a class="fnname">status_code</a>(&amp;self) -&gt; <a class="struct" href="https://docs.rs/http/0.2.8/http/status/struct.StatusCode.html" title="struct http::status::StatusCode">StatusCode</a></h4></section></summary><div class='docblock'>Returns appropriate status code for error. <a>Read more</a></div></details></div></details><section id="impl-StructuralPartialEq-for-ServiceError" class="impl has-srclink"><a class="srclink rightside" href="../../src/pages/errors.rs.html#70">source</a><a href="#impl-StructuralPartialEq-for-ServiceError" class="anchor"></a><h3 class="code-header in-band">impl <a class="trait" href="https://doc.rust-lang.org/1.65.0/core/marker/trait.StructuralPartialEq.html" title="trait core::marker::StructuralPartialEq">StructuralPartialEq</a> for <a class="enum" href="enum.ServiceError.html" title="enum pages::errors::ServiceError">ServiceError</a></h3></section></div><h2 id="synthetic-implementations" class="small-section-header">Auto Trait Implementations<a href="#synthetic-implementations" class="anchor"></a></h2><div id="synthetic-implementations-list"><section id="impl-RefUnwindSafe-for-ServiceError" class="impl has-srclink"><a href="#impl-RefUnwindSafe-for-ServiceError" class="anchor"></a><h3 class="code-header in-band">impl !<a class="trait" href="https://doc.rust-lang.org/1.65.0/core/panic/unwind_safe/trait.RefUnwindSafe.html" title="trait core::panic::unwind_safe::RefUnwindSafe">RefUnwindSafe</a> for <a class="enum" href="enum.ServiceError.html" title="enum pages::errors::ServiceError">ServiceError</a></h3></section><section id="impl-Send-for-ServiceError" class="impl has-srclink"><a href="#impl-Send-for-ServiceError" class="anchor"></a><h3 class="code-header in-band">impl <a class="trait" href="https://doc.rust-lang.org/1.65.0/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a> for <a class="enum" href="enum.ServiceError.html" title="enum pages::errors::ServiceError">ServiceError</a></h3></section><section id="impl-Sync-for-ServiceError" class="impl has-srclink"><a href="#impl-Sync-for-ServiceError" class="anchor"></a><h3 class="code-header in-band">impl <a class="trait" href="https://doc.rust-lang.org/1.65.0/core/marker/trait.Sync.html" title="trait core::marker::Sync">Sync</a> for <a class="enum" href="enum.ServiceError.html" title="enum pages::errors::ServiceError">ServiceError</a></h3></section><section id="impl-Unpin-for-ServiceError" class="impl has-srclink"><a href="#impl-Unpin-for-ServiceError" class="anchor"></a><h3 class="code-header in-band">impl <a class="trait" href="https://doc.rust-lang.org/1.65.0/core/marker/trait.Unpin.htm
</div></details></div></details><details class="rustdoc-toggle implementors-toggle"><summary><section id="impl-Instrument-for-ServiceError" class="impl has-srclink"><a class="srclink rightside" href="https://docs.rs/tracing/0.1.36/src/tracing/instrument.rs.html#276">source</a><a href="#impl-Instrument-for-ServiceError" class="anchor"></a><h3 class="code-header in-band">impl&lt;T&gt; <a class="trait" href="https://docs.rs/tracing/0.1.36/tracing/instrument/trait.Instrument.html" title="trait tracing::instrument::Instrument">Instrument</a> for T</h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.instrument" class="method trait-impl has-srclink"><a class="srclink rightside" href="https://docs.rs/tracing/0.1.36/src/tracing/instrument.rs.html#82">source</a><a href="#method.instrument" class="anchor"></a><h4 class="code-header">fn <a href="https://docs.rs/tracing/0.1.36/tracing/instrument/trait.Instrument.html#method.instrument" class="fnname">instrument</a>(self, span: <a class="struct" href="https://docs.rs/tracing/0.1.36/tracing/span/struct.Span.html" title="struct tracing::span::Span">Span</a>) -&gt; <a class="struct" href="https://docs.rs/tracing/0.1.36/tracing/instrument/struct.Instrumented.html" title="struct tracing::instrument::Instrumented">Instrumented</a>&lt;Self&gt;</h4></section></summary><div class='docblock'>Instruments this type with the provided <a href="https://docs.rs/tracing/0.1.36/tracing/span/struct.Span.html" title="Span"><code>Span</code></a>, returning an
<code>Instrumented</code> wrapper. <a href="https://docs.rs/tracing/0.1.36/tracing/instrument/trait.Instrument.html#method.instrument">Read more</a></div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.in_current_span" class="method trait-impl has-srclink"><a class="srclink rightside" href="https://docs.rs/tracing/0.1.36/src/tracing/instrument.rs.html#121">source</a><a href="#method.in_current_span" class="anchor"></a><h4 class="code-header">fn <a href="https://docs.rs/tracing/0.1.36/tracing/instrument/trait.Instrument.html#method.in_current_span" class="fnname">in_current_span</a>(self) -&gt; <a class="struct" href="https://docs.rs/tracing/0.1.36/tracing/instrument/struct.Instrumented.html" title="struct tracing::instrument::Instrumented">Instrumented</a>&lt;Self&gt;</h4></section></summary><div class='docblock'>Instruments this type with the <a href="https://docs.rs/tracing/0.1.36/tracing/span/struct.Span.html#method.current">current</a> <a href="https://docs.rs/tracing/0.1.36/tracing/span/struct.Span.html"><code>Span</code></a>, returning an
<code>Instrumented</code> wrapper. <a href="https://docs.rs/tracing/0.1.36/tracing/instrument/trait.Instrument.html#method.in_current_span">Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle"><summary><section id="impl-Into%3CU%3E-for-ServiceError" class="impl has-srclink"><a class="srclink rightside" href="https://doc.rust-lang.org/1.65.0/src/core/convert/mod.rs.html#543">source</a><a href="#impl-Into%3CU%3E-for-ServiceError" class="anchor"></a><h3 class="code-header in-band">impl&lt;T, U&gt; <a class="trait" href="https://doc.rust-lang.org/1.65.0/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a>&lt;U&gt; for T<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;U: <a class="trait" href="https://doc.rust-lang.org/1.65.0/core/convert/trait.From.html" title="trait core::convert::From">From</a>&lt;T&gt;,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.into" class="method trait-impl has-srclink"><span class="rightside"><span class="since" title="const unstable">const: <a href="https://github.com/rust-lang/rust/issues/88674" title="Tracking issue for const_convert">unstable</a></span> · <a class="srclink" href="https://doc.rust-lang.org/1.65.0/src/core/convert/mod.rs.html#551">source</a></span><a href="#method.into" class="anchor"></a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.65.0/core/convert/trait.Into.html#tymethod.into" class="fnname">into</a>(self) -&gt; U</h4></section></summary><div class="docblock"><p>Calls <code>U::from(self)</code>.</p>
<p>That is, this conversion is whatever the implementation of
<code><a href="https://doc.rust-lang.org/1.65.0/core/convert/trait.From.html" title="From">From</a>&lt;T&gt; for U</code> chooses to do.</p>
</div></details></div></details><details class="rustdoc-toggle implementors-toggle"><summary><section id="impl-Provider-for-ServiceError" class="impl has-srclink"><a class="srclink rightside" href="https://doc.rust-lang.org/1.65.0/src/core/error.rs.html#197">source</a><a href="#impl-Provider-for-ServiceError" class="anchor"></a><h3 class="code-header in-band">impl&lt;E&gt; <a class="trait" href="https://doc.rust-lang.org/1.65.0/core/any/trait.Provider.html" title="trait core::any::Provider">Provider</a> for E<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;E: <a class="trait" href="https://doc.rust-lang.org/1.65.0/core/error/trait.Error.html" title="trait core::error::Error">Error</a> + ?<a class="trait" href="https://doc.rust-lang.org/1.65.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.provide-1" class="method trait-impl has-srclink"><a class="srclink rightside" href="https://doc.rust-lang.org/1.65.0/src/core/error.rs.html#201">source</a><a href="#method.provide-1" class="anchor"></a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.65.0/core/any/trait.Provider.html#tymethod.provide" class="fnname">provide</a>(&amp;'a self, demand: &amp;mut <a class="struct" href="https://doc.rust-lang.org/1.65.0/core/any/struct.Demand.html" title="struct core::any::Demand">Demand</a>&lt;'a&gt;)</h4></section></summary><span class="item-info"><div class="stab unstable"><span class="emoji">🔬</span><span>This is a nightly-only experimental API. (<code>provide_any</code>)</span></div></span><div class='docblock'>Data providers should implement this method to provide <em>all</em> values they are able to
provide by using <code>demand</code>. <a href="https://doc.rust-lang.org/1.65.0/core/any/trait.Provider.html#tymethod.provide">Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle"><summary><section id="impl-Same%3CT%3E-for-ServiceError" class="impl has-srclink"><a class="srclink rightside" href="https://docs.rs/typenum/1.15.0/src/typenum/type_operators.rs.html#34">source</a><a href="#impl-Same%3CT%3E-for-ServiceError" class="anchor"></a><h3 class="code-header in-band">impl&lt;T&gt; <a class="trait" href="https://docs.rs/typenum/1.15.0/typenum/type_operators/trait.Same.html" title="trait typenum::type_operators::Same">Same</a>&lt;T&gt; for T</h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output" class="anchor"></a><h4 class="code-header">type <a href="https://docs.rs/typenum/1.15.0/typenum/type_operators/trait.Same.html#associatedtype.Output" class="associatedtype">Output</a> = T</h4></section></summary><div class='docblock'>Should always be <code>Self</code></div></details></div></details><details class="rustdoc-toggle implementors-toggle"><summary><section id="impl-ToString-for-ServiceError" class="impl has-srclink"><a class="srclink rightside" href="https://doc.rust-lang.org/1.65.0/src/alloc/string.rs.html#2500">source</a><a href="#impl-ToString-for-ServiceError" class="anchor"></a><h3 class="code-header in-band">impl&lt;T&gt; <a class="trait" href="https://doc.rust-lang.org/1.65.0/alloc/string/trait.ToString.html" title="trait alloc::string::ToString">ToString</a> for T<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: <a class="trait" href="https://doc.rust-lang.org/1.65.0/core/fmt/trait.Display.html" title="trait core::fmt::Display">Display</a> + ?<a class="trait" href="https://doc.rust-lang.org/1.65.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.to_string" class="method trait-impl has-srclink"><a class="srclink rightside" href="https://doc.rust-lang.org/1.65.0/src/alloc/string.rs.html#2506">source</a><a href="#method.to_string" class="anchor"></a><h4 class="code-header">default fn <a href="https://doc.rust-lang.org/1.65.0/alloc/string/trait.ToString.html#tymethod.to_string" class="fnname">to_string</a>(&amp;self) -&gt; <a class="struct" href="https://doc.rust-lang.org/1.65.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a></h4></section></summary><div class='docblock'>Converts the given value to a <code>String</code>. <a href="https://doc.rust-lang.org/1.65.0/alloc/string/trait.ToString.html#tymethod.to_string">Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle"><summary><section id="impl-TryFrom%3CU%3E-for-ServiceError" class="impl has-srclink"><a class="srclink rightside" href="https://doc.rust-lang.org/1.65.0/src/core/convert/mod.rs.html#601">source</a><a href="#impl-TryFrom%3CU%3E-for-ServiceError" class="anchor"></a><h3 class="code-header in-band">impl&lt;T, U&gt; <a class="trait" href="https://doc.rust-lang.org/1.65.0/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a>&lt;U&gt; for T<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;U: <a class="trait" href="https://doc.rust-lang.org/1.65.0/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a>&lt;T&gt;,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Error-1" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Error-1" class="anchor"></a><h4 class="code-header">type <a href="https://doc.rust-lang.org/1.65.0/core/convert/trait.TryFrom.html#associatedtype.Error" class="associatedtype">Error</a> = <a class="enum" href="https://doc.rust-lang.org/1.65.0/c
<a href="https://docs.rs/tracing/0.1.36/tracing/instrument/struct.WithDispatch.html" title="WithDispatch"><code>WithDispatch</code></a> wrapper. <a href="https://docs.rs/tracing/0.1.36/tracing/instrument/trait.WithSubscriber.html#method.with_subscriber">Read more</a></div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.with_current_subscriber" class="method trait-impl has-srclink"><a class="srclink rightside" href="https://docs.rs/tracing/0.1.36/src/tracing/instrument.rs.html#221">source</a><a href="#method.with_current_subscriber" class="anchor"></a><h4 class="code-header">fn <a href="https://docs.rs/tracing/0.1.36/tracing/instrument/trait.WithSubscriber.html#method.with_current_subscriber" class="fnname">with_current_subscriber</a>(self) -&gt; <a class="struct" href="https://docs.rs/tracing/0.1.36/tracing/instrument/struct.WithDispatch.html" title="struct tracing::instrument::WithDispatch">WithDispatch</a>&lt;Self&gt;</h4></section></summary><div class='docblock'>Attaches the current <a href="https://docs.rs/tracing/0.1.36/tracing/dispatcher/index.html#setting-the-default-subscriber">default</a> <a href="https://docs.rs/tracing-core/0.1.22/tracing_core/subscriber/trait.Subscriber.html"><code>Subscriber</code></a> to this type, returning a
<a href="https://docs.rs/tracing/0.1.36/tracing/instrument/struct.WithDispatch.html" title="WithDispatch"><code>WithDispatch</code></a> wrapper. <a href="https://docs.rs/tracing/0.1.36/tracing/instrument/trait.WithSubscriber.html#method.with_current_subscriber">Read more</a></div></details></div></details></div></section></div></main><div id="rustdoc-vars" data-root-path="../../" data-current-crate="pages" data-themes="ayu,dark,light" data-resource-suffix="" data-rustdoc-version="1.65.0 (897e37553 2022-11-02)" ></div></body></html>