Skip to content
ClassAssets & Loading@public

FlxLoadingError

A loading failure enriched with the stage that failed.

ts
export declare class FlxLoadingError extends Error

Constructors

ts
constructor(stage: FlxLoadingStage, message: string, retryable?: boolean, options?: { cause?: unknown; })

Constructs a new instance of the FlxLoadingError class

ParameterTypeDescription
stageFlxLoadingStage-
messagestring-
retryableboolean-
options{ cause?: unknown; }-

Properties

PropertyModifiersTypeDescription
retryablereadonlyboolean-
stagereadonlyFlxLoadingStage-

Released under the MIT License.