Module rocket::error[][src]

Expand description

Types representing various errors that can occur in a Rocket application.

Structs

LaunchError

An error that occurs during launch.

Enums

LaunchErrorKind

The kind of launch error that occurred.

RouteUriError

Error returned by set_uri() on invalid URIs.