class js.html.fs.FileError

Available on js

Represents an error that occurs while using the FileReader interface.

Documentation for this class was provided by MDN.

Class Fields

static var ABORT_ERR:Int

The file operation was aborted, probably due to a call to the FileReader abort() method.

static var ENCODING_ERR:Int

The file data cannot be accurately represented in a data URL.

static var NOT_FOUND_ERR:Int

File not found.

static var NOT_READABLE_ERR:Int

File could not be read.

static var PATH_EXISTS_ERR:Int

static var SECURITY_ERR:Int

The file could not be accessed for security reasons.

static var SYNTAX_ERR:Int

Instance Fields