Inheritance
Annotations
  • DocsEditable()
  • DomName('FileError')
  • Experimental()

Constants

ABORT_ERR int

3
ENCODING_ERR int

5
INVALID_MODIFICATION_ERR int

9
INVALID_STATE_ERR int

7
NO_MODIFICATION_ALLOWED_ERR int

6
NOT_FOUND_ERR int

1
NOT_READABLE_ERR int

4
PATH_EXISTS_ERR int

12
QUOTA_EXCEEDED_ERR int

10
SECURITY_ERR int

2
SYNTAX_ERR int

8
TYPE_MISMATCH_ERR int

11

Static Properties

instanceRuntimeType Type

read-only

Constructors

FileError.internal_()

Properties

code int

read-only
hashCode int

read-only, inherited
message String

read-only, inherited
name String

read-only, inherited
runtimeType Type

A representation of the runtime type of the object.

read-only, inherited

Operators

operator ==(other) bool

The equality operator.

inherited

Methods

noSuchMethod(Invocation invocation) → dynamic

Invoked when a non-existent method or property is accessed.

inherited
toString() String

Returns the result of the JavaScript objects toString method.

inherited