Phaser API Documentation

  Version: 
Event: FILE_LOAD_ERROR
Phaser.Loader.Events.FILE_LOAD_ERROR
FILE_LOAD_ERROR

Description:

The File Load Error Event.

This event is dispatched by the Loader Plugin when a file fails to load.

Listen to it from a Scene using: this.load.on('loaderror', listener).

Parameters:

name type description
file Phaser.Loader.File

A reference to the File which errored during load.

Since: 3.0.0