Expand description
Defines the custom HeliosError and Result types for error handling.
§Error and Result Module
This module defines the custom error type HeliosError for the Helios Engine,
and a convenient Result type alias.
Enums§
- Helios
Error - The custom error type for the Helios Engine.
Type Aliases§
- Result
- A convenient
Resulttype alias for the Helios Engine.