Expand description
Framework-wide error types
Provides a unified error type that can be used throughout the framework and automatically converts to appropriate HTTP responses.
Structs§
- AppError
- Simple wrapper for creating one-off domain errors
- Validation
Errors - Validation errors with Laravel/Inertia-compatible format
Enums§
- Framework
Error - Framework-wide error type
Traits§
- Http
Error - Trait for errors that can be converted to HTTP responses