Not documented.

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
NOT_FOUND_ERR int

const 1
NOT_READABLE_ERR int

const 4
NO_MODIFICATION_ALLOWED_ERR int

const 6
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

noSuchMethod is invoked when users invoke a non-existent method on an object. The name of the method and the arguments of the invocation are passed to noSuchMethod in an Invocation. If noSuchMethod returns a value, that value becomes the result of the original invocation.

inherited
toString() String

Returns a string representation of this object.

inherited