Skip to main content

Module error

Module error 

Source
Expand description

Error type for the asset management crate.

Wraps devboy_core::Error with a few asset-specific variants. The From impls let call sites use ? with IO, serde_json, and the core error type interchangeably.

Enums§

AssetError
Errors that can occur during asset cache operations.

Type Aliases§

Result
Convenience alias for Result<T, AssetError>.