Struct resty::Error [] [src]

pub struct Error {
    pub code: StatusCode,
    pub message: String,
    pub details: String,
}

API error format

Fields

Error code

Error message

Error details

Methods

impl Error
[src]

[src]

Internal Server Error

[src]

Generate 404 not found error.

[src]

Generate 400 bad request error.

[src]

Generate 405 method not allowed error.

Trait Implementations

impl Debug for Error
[src]

[src]

Formats the value using the given formatter.

impl Default for Error
[src]

[src]

Returns the "default value" for a type. Read more

impl Into<Response> for Error
[src]

[src]

Performs the conversion.

impl Into<Response> for Error
[src]

[src]

Performs the conversion.

impl From<Error> for Error
[src]

[src]

Performs the conversion.

impl From<Error> for Error
[src]

[src]

Performs the conversion.