Expand description
Unified error types for FraiseQL runtime crates.
All runtime crates depend on this crate for error handling.
Structs§
- Error
Response - Error response format (consistent across all endpoints)
Enums§
- Auth
Error - Config
Error - File
Error - Integration
Error - Notification
Error - Observer
Error - Runtime
Error - Unified error type wrapping all domain errors
- Webhook
Error
Traits§
- Into
Http Response - Trait to enable
?operator in handlers