FileError class

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

Constants

ABORT_ERRint
@DocsEditable(), @DomName('FileError.ABORT_ERR')
3
ENCODING_ERRint
@DocsEditable(), @DomName('FileError.ENCODING_ERR')
5
INVALID_MODIFICATION_ERRint
@DocsEditable(), @DomName('FileError.INVALID_MODIFICATION_ERR')
9
INVALID_STATE_ERRint
@DocsEditable(), @DomName('FileError.INVALID_STATE_ERR')
7
NO_MODIFICATION_ALLOWED_ERRint
@DocsEditable(), @DomName('FileError.NO_MODIFICATION_ALLOWED_ERR')
6
NOT_FOUND_ERRint
@DocsEditable(), @DomName('FileError.NOT_FOUND_ERR')
1
NOT_READABLE_ERRint
@DocsEditable(), @DomName('FileError.NOT_READABLE_ERR')
4
PATH_EXISTS_ERRint
@DocsEditable(), @DomName('FileError.PATH_EXISTS_ERR')
12
QUOTA_EXCEEDED_ERRint
@DocsEditable(), @DomName('FileError.QUOTA_EXCEEDED_ERR')
10
SECURITY_ERRint
@DocsEditable(), @DomName('FileError.SECURITY_ERR')
2
SYNTAX_ERRint
@DocsEditable(), @DomName('FileError.SYNTAX_ERR')
8
TYPE_MISMATCH_ERRint
@DocsEditable(), @DomName('FileError.TYPE_MISMATCH_ERR')
11

Static Properties

instanceRuntimeTypeType
@Deprecated("Internal Use Only"), read-only

Constructors

FileError.internal_()

Properties

codeint
@DocsEditable(), @DomName('FileError.code'), read-only
hashCodeint
read-only, inherited
messageString
@DocsEditable(), @DomName('DOMError.message'), @Experimental(), read-only, inherited
nameString
@DocsEditable(), @DomName('DOMError.name'), read-only, inherited
runtimeTypeType
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