FileError class

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

Constants

ABORT_ERR = 3
ENCODING_ERR = 5
INVALID_MODIFICATION_ERR = 9
INVALID_STATE_ERR = 7
NOT_FOUND_ERR = 1
NOT_READABLE_ERR = 4
NO_MODIFICATION_ALLOWED_ERR = 6
PATH_EXISTS_ERR = 12
QUOTA_EXCEEDED_ERR = 10
SECURITY_ERR = 2
SYNTAX_ERR = 8
TYPE_MISMATCH_ERR = 11

Instance Properties

code int
read-only
message String Inherited
read-only
name String Inherited
read-only