Skip to content
ClassAssets & Loading@public

FlxAssetLoadError

Failure enriched with the alias or URL requested by the game.

ts
export declare class FlxAssetLoadError extends Error

Constructors

ts
constructor(assetId: string, options: { cause: unknown; })

Constructs a new instance of the FlxAssetLoadError class

ParameterTypeDescription
assetIdstring-
options{ cause: unknown; }-

Properties

PropertyModifiersTypeDescription
assetIdreadonlystring-

Released under the MIT License.