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

Base functionality for all errors in Rust.

Type Definitions

HttpResult

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