Skip to main content

Module errors

Module errors 

Source
Expand description

Error types and Result alias.

Enums§

AssetError
Errors related to asset loading and processing.
Error
Top-level error type for the Myth engine.
PlatformError
Errors related to platform and window system.
RenderError
Errors related to rendering and GPU operations.

Type Aliases§

Result
Alias for Result<T, Error>.