API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
classBundleLoadError
@codexo/exojs / resources / stable
Thrown by Loader.loadBundle when one or more assets in the bundle fail to load. The `failures` array contains every entry that errored, letting callers distinguish individual per-asset failures from a wholesale network outage.
6
props
0
methods
0
events
Import
import { BundleLoadError } from '@codexo/exojs' Thrown by Loader.loadBundle when one or more assets in the bundle fail to load.
The `failures` array contains every entry that errored, letting callers distinguish individual per-asset failures from a wholesale network outage.
Constructors 1
new(bundle: string, failures: object[]): BundleLoadError Properties 6
bundle: string cause: unknown failures: object[] message: string name: string stack: string Source