Dart SDK
dart:html
FileError
class
FileError
Constants
Properties
Constants
ABORT_ERR
ENCODING_ERR
INVALID_MODIFICATION_ERR
INVALID_STATE_ERR
NOT_FOUND_ERR
NOT_READABLE_ERR
NO_MODIFICATION_ALLOWED_ERR
PATH_EXISTS_ERR
QUOTA_EXCEEDED_ERR
SECURITY_ERR
SYNTAX_ERR
TYPE_MISMATCH_ERR
Properties
code
message
name
(Not documented.)
Annotations
DocsEditable()
DomName('FileError')
Experimental()
Extends
Object
DomError
FileError
Constants
int
ABORT_ERR
=
3
const
int
ENCODING_ERR
=
5
const
int
INVALID_MODIFICATION_ERR
=
9
const
int
INVALID_STATE_ERR
=
7
const
int
NOT_FOUND_ERR
=
1
const
int
NOT_READABLE_ERR
=
4
const
int
NO_MODIFICATION_ALLOWED_ERR
=
6
const
int
PATH_EXISTS_ERR
=
12
const
int
QUOTA_EXCEEDED_ERR
=
10
const
int
SECURITY_ERR
=
2
const
int
SYNTAX_ERR
=
8
const
int
TYPE_MISMATCH_ERR
=
11
const
Properties
int
code
read-only
String
message
read-only ,
inherited
String
name
read-only ,
inherited