Haxe API Documentation
Back
|
Index
extern
class
js.html.fs.FileException
Available in js
DRAFT
This page is not complete.
Documentation for this class was provided by
MDN
.
var
code(default,null) :
Int
var
message(default,null) :
String
var
name(default,null) :
String
function
toString() :
String
static
inline
var
ABORT_ERR :
Int
static
inline
var
ENCODING_ERR :
Int
static
inline
var
INVALID_MODIFICATION_ERR :
Int
static
inline
var
INVALID_STATE_ERR :
Int
static
inline
var
NOT_FOUND_ERR :
Int
static
inline
var
NOT_READABLE_ERR :
Int
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
static
inline
var
SYNTAX_ERR :
Int
static
inline
var
TYPE_MISMATCH_ERR :
Int
Back
|
Index