Module iron::error [] [src]

Iron's error type and associated utilities.

Structs

IronError

The type of Errors inside and when using Iron.

Enums

HttpError

A set of errors that can occur parsing HTTP streams.

Traits

Error

An extension to std::error::Error which provides dynamic downcasting of errors for use in highly generic contexts.

Type Definitions

HttpResult

Result type often returned from methods that can have hyper Errors.