ClassAssets & Loading@public
FlxLoadingError
A loading failure enriched with the stage that failed.
ts
export declare class FlxLoadingError extends ErrorConstructors
ts
constructor(stage: FlxLoadingStage, message: string, retryable?: boolean, options?: { cause?: unknown; })Constructs a new instance of the FlxLoadingError class
| Parameter | Type | Description |
|---|---|---|
stage | FlxLoadingStage | - |
message | string | - |
retryable | boolean | - |
options | { cause?: unknown; } | - |
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
retryable | readonly | boolean | - |
stage | readonly | FlxLoadingStage | - |