Module error

Source
Expand description

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

Structs§

Empty
An error that occurs when a value was unexpectedly empty.
Error
An error that occurred during launch or ignition.
InvalidOption
An error that occurs when a value doesn’t match one of the expected options.

Enums§

ErrorKind
The error kind that occurred. Returned by Error::kind().