FileError class
- Inheritance
- Object
- JSObject
- DartHtmlDomObject
- DomError
- FileError
- Annotations
- @DocsEditable()
- @DomName('FileError')
- @Experimental()
Constants
- ABORT_ERR → int @DocsEditable(), @DomName('FileError.ABORT_ERR')
-
3
- ENCODING_ERR → int @DocsEditable(), @DomName('FileError.ENCODING_ERR')
-
5
- INVALID_MODIFICATION_ERR → int @DocsEditable(), @DomName('FileError.INVALID_MODIFICATION_ERR')
-
9
- INVALID_STATE_ERR → int @DocsEditable(), @DomName('FileError.INVALID_STATE_ERR')
-
7
- NO_MODIFICATION_ALLOWED_ERR → int @DocsEditable(), @DomName('FileError.NO_MODIFICATION_ALLOWED_ERR')
-
6
- NOT_FOUND_ERR → int @DocsEditable(), @DomName('FileError.NOT_FOUND_ERR')
-
1
- NOT_READABLE_ERR → int @DocsEditable(), @DomName('FileError.NOT_READABLE_ERR')
-
4
- PATH_EXISTS_ERR → int @DocsEditable(), @DomName('FileError.PATH_EXISTS_ERR')
-
12
- QUOTA_EXCEEDED_ERR → int @DocsEditable(), @DomName('FileError.QUOTA_EXCEEDED_ERR')
-
10
- SECURITY_ERR → int @DocsEditable(), @DomName('FileError.SECURITY_ERR')
-
2
- SYNTAX_ERR → int @DocsEditable(), @DomName('FileError.SYNTAX_ERR')
-
8
- TYPE_MISMATCH_ERR → int @DocsEditable(), @DomName('FileError.TYPE_MISMATCH_ERR')
-
11
Static Properties
- instanceRuntimeType → Type @Deprecated("Internal Use Only"), read-only
Constructors
Properties
- code → int @DocsEditable(), @DomName('FileError.code'), read-only
- hashCode → int read-only, inherited
- message → String @DocsEditable(), @DomName('DOMError.message'), @Experimental(), read-only, inherited
- name → String @DocsEditable(), @DomName('DOMError.name'), read-only, inherited
- runtimeType → Type read-only, inherited
-
A representation of the runtime type of the object.
Operators
- operator ==(
other) → bool inherited -
The equality operator.
Methods
- noSuchMethod(
Invocation invocation) → dynamic inherited -
Invoked when a non-existent method or property is accessed.
- toString(
) → String inherited -
Returns the result of the JavaScript objects
toString
method.
© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/1.24.3/dart-html/FileError-class.html