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

var ABORT_ERR:Int

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

var ENCODING_ERR:Int

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

var NOT_FOUND_ERR:Int

File not found.

var NOT_READABLE_ERR:Int

File could not be read.

var SECURITY_ERR:Int

The file could not be accessed for security reasons.

Instance Fields