FileError class
Properties
- code → int
-
@DocsEditable(), @DomName('FileError.code'), final
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- message → String
-
@DocsEditable(), @DomName('DOMError.message'), @Experimental(), final, inherited
- name → String
-
@DocsEditable(), @DomName('DOMError.name'), final, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
other) → bool -
The equality operator. [...]
inherited
Constants
- ABORT_ERR → const int
-
@DocsEditable(), @DomName('FileError.ABORT_ERR')
3 - ENCODING_ERR → const int
-
@DocsEditable(), @DomName('FileError.ENCODING_ERR')
5 - INVALID_MODIFICATION_ERR → const int
-
@DocsEditable(), @DomName('FileError.INVALID_MODIFICATION_ERR')
9 - INVALID_STATE_ERR → const int
-
@DocsEditable(), @DomName('FileError.INVALID_STATE_ERR')
7 - NO_MODIFICATION_ALLOWED_ERR → const int
-
@DocsEditable(), @DomName('FileError.NO_MODIFICATION_ALLOWED_ERR')
6 - NOT_FOUND_ERR → const int
-
@DocsEditable(), @DomName('FileError.NOT_FOUND_ERR')
1 - NOT_READABLE_ERR → const int
-
@DocsEditable(), @DomName('FileError.NOT_READABLE_ERR')
4 - PATH_EXISTS_ERR → const int
-
@DocsEditable(), @DomName('FileError.PATH_EXISTS_ERR')
12 - QUOTA_EXCEEDED_ERR → const int
-
@DocsEditable(), @DomName('FileError.QUOTA_EXCEEDED_ERR')
10 - SECURITY_ERR → const int
-
@DocsEditable(), @DomName('FileError.SECURITY_ERR')
2 - SYNTAX_ERR → const int
-
@DocsEditable(), @DomName('FileError.SYNTAX_ERR')
8 - TYPE_MISMATCH_ERR → const int
-
@DocsEditable(), @DomName('FileError.TYPE_MISMATCH_ERR')
11