Skip to main content

Crate fraiseql_error

Crate fraiseql_error 

Source
Expand description

Unified error types for FraiseQL runtime crates.

All runtime crates depend on this crate for error handling.

Structs§

ErrorResponse
Error response format (consistent across all endpoints)

Enums§

AuthError
ConfigError
FileError
IntegrationError
NotificationError
ObserverError
RuntimeError
Unified error type wrapping all domain errors
WebhookError

Traits§

IntoHttpResponse
Trait to enable ? operator in handlers