Struct finchers_core::error::ServerError [] [src]

pub struct ServerError { /* fields omitted */ }

An HTTP error which represents 500 Internal Server Error

Methods

impl ServerError
[src]

[src]

[src]

Trait Implementations

impl<E: Into<Error>> From<E> for ServerError
[src]

[src]

Performs the conversion.

impl Debug for ServerError
[src]

[src]

Formats the value using the given formatter. Read more

impl Display for ServerError
[src]

[src]

Formats the value using the given formatter. Read more

impl HttpError for ServerError
[src]

[src]

Return the HTTP status code associated with this error type.

[src]

Return the reference to a value of Fail if exists.

[src]

Append a set of header values to the header map.

Auto Trait Implementations

impl Send for ServerError

impl Sync for ServerError