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.
- Invalid
Option - An error that occurs when a value doesn’t match one of the expected options.
Enums§
- Error
Kind - The error kind that occurred. Returned by
Error::kind()
.