Expand description
Error handling for router
Provides error types and handlers for navigation failures, 404s, and other routing errors.
Structs§
- Error
Handlers - Collection of error handlers for the router
Enums§
- Navigation
Error - Errors that can occur during navigation
- Navigation
Result - Result of a navigation attempt
Type Aliases§
- Error
Handler - Handler for navigation errors
- NotFound
Handler - Handler for 404 not found