Composable error hierarchy for framework operations.
Source: src/core/errors.zig
Availability: Always enabled
pub const LifecycleError| const | source |
Lifecycle errors for framework state transitions.
pub const GpuFrameworkError| const | source |
GPU feature errors visible at the framework level.
pub const AiFrameworkError| const | source |
AI feature errors visible at the framework level.
pub const DatabaseFrameworkError| const | source |
Database feature errors visible at the framework level.
pub const NetworkFrameworkError| const | source |
Network feature errors visible at the framework level.
pub const ObservabilityFrameworkError| const | source |
Observability feature errors visible at the framework level.
pub const WebFrameworkError| const | source |
Web feature errors visible at the framework level.
pub const CloudFrameworkError| const | source |
Cloud feature errors visible at the framework level.
pub const AnalyticsFrameworkError| const | source |
Analytics feature errors visible at the framework level.
pub const AuthFrameworkError| const | source |
Auth feature errors visible at the framework level.
pub const MessagingFrameworkError| const | source |
Messaging feature errors visible at the framework level.
pub const CacheFrameworkError| const | source |
Cache feature errors visible at the framework level.
pub const StorageFrameworkError| const | source |
Storage feature errors visible at the framework level.
pub const SearchFrameworkError| const | source |
Search feature errors visible at the framework level.
pub const AllFeatureErrors| const | source |
All feature errors combined.
pub const FrameworkError| const | source |
The complete Framework error set. Composes lifecycle errors, all feature errors, and infrastructure errors.
Generated automatically by zig build gendocs
Use the $zig Codex skill for ABI Zig 0.16-dev syntax updates, modular build graph guidance, and targeted validation workflows.