haXe API Documentation
Back | Index
extern class js.html.fs.FileError
Available in js
Represents an error that occurs while using the FileReader interface.

Documentation for this class was provided by MDN.
var code(default,null) : Int
The error code.
static inline var ABORT_ERR : Int
The file operation was aborted, probably due to a call to the FileReader abort() method.
static inline var ENCODING_ERR : Int
The file data cannot be accurately represented in a data URL.
static inline var INVALID_MODIFICATION_ERR : Int
static inline var INVALID_STATE_ERR : Int
static inline var NOT_FOUND_ERR : Int
File not found.
static inline var NOT_READABLE_ERR : Int
File could not be read.
static inline var NO_MODIFICATION_ALLOWED_ERR : Int
static inline var PATH_EXISTS_ERR : Int
static inline var QUOTA_EXCEEDED_ERR : Int
static inline var SECURITY_ERR : Int
The file could not be accessed for security reasons.
static inline var SYNTAX_ERR : Int
static inline var TYPE_MISMATCH_ERR : Int
Back | Index