webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | List of all members
FileException Exception Reference

import"FileException.idl";

Public Member Functions

DOMString toString ()
 

Public Attributes

readonly attribute unsigned short code
 
readonly attribute DOMString name
 
readonly attribute DOMString message
 
const unsigned short NOT_FOUND_ERR = 1
 
const unsigned short SECURITY_ERR = 2
 
const unsigned short ABORT_ERR = 3
 
const unsigned short NOT_READABLE_ERR = 4
 
const unsigned short ENCODING_ERR = 5
 
const unsigned short NO_MODIFICATION_ALLOWED_ERR = 6
 
const unsigned short INVALID_STATE_ERR = 7
 
const unsigned short SYNTAX_ERR = 8
 
const unsigned short INVALID_MODIFICATION_ERR = 9
 
const unsigned short QUOTA_EXCEEDED_ERR = 10
 
const unsigned short TYPE_MISMATCH_ERR = 11
 
const unsigned short PATH_EXISTS_ERR = 12
 

Member Function Documentation

◆ toString()

DOMString FileException::toString ( )

Member Data Documentation

◆ ABORT_ERR

const unsigned short FileException::ABORT_ERR = 3

◆ code

readonly attribute unsigned short FileException::code

◆ ENCODING_ERR

const unsigned short FileException::ENCODING_ERR = 5

◆ INVALID_MODIFICATION_ERR

const unsigned short FileException::INVALID_MODIFICATION_ERR = 9

◆ INVALID_STATE_ERR

const unsigned short FileException::INVALID_STATE_ERR = 7

◆ message

readonly attribute DOMString FileException::message

◆ name

readonly attribute DOMString FileException::name

◆ NO_MODIFICATION_ALLOWED_ERR

const unsigned short FileException::NO_MODIFICATION_ALLOWED_ERR = 6

◆ NOT_FOUND_ERR

const unsigned short FileException::NOT_FOUND_ERR = 1

◆ NOT_READABLE_ERR

const unsigned short FileException::NOT_READABLE_ERR = 4

◆ PATH_EXISTS_ERR

const unsigned short FileException::PATH_EXISTS_ERR = 12

◆ QUOTA_EXCEEDED_ERR

const unsigned short FileException::QUOTA_EXCEEDED_ERR = 10

◆ SECURITY_ERR

const unsigned short FileException::SECURITY_ERR = 2

◆ SYNTAX_ERR

const unsigned short FileException::SYNTAX_ERR = 8

◆ TYPE_MISMATCH_ERR

const unsigned short FileException::TYPE_MISMATCH_ERR = 11

The documentation for this exception was generated from the following file: