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

Constants

ABORT_ERR int

const 3
ENCODING_ERR int

const 5
INVALID_MODIFICATION_ERR int

const 9
INVALID_STATE_ERR int

const 7
NO_MODIFICATION_ALLOWED_ERR int

const 6
NOT_FOUND_ERR int

const 1
NOT_READABLE_ERR int

const 4
PATH_EXISTS_ERR int

const 12
QUOTA_EXCEEDED_ERR int

const 10
SECURITY_ERR int

const 2
SYNTAX_ERR int

const 8
TYPE_MISMATCH_ERR int

const 11

Static Methods

internalCreateFileError() FileError

Constructors

FileError.internal_()

Properties

The underlying JS DOM object.

read / write, inherited
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 a string representation of this object.

inherited