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

import"SQLException.idl";

Public Attributes

readonly attribute unsigned long code
 
readonly attribute DOMString message
 
const unsigned short UNKNOWN_ERR = 0
 
const unsigned short DATABASE_ERR = 1
 
const unsigned short VERSION_ERR = 2
 
const unsigned short TOO_LARGE_ERR = 3
 
const unsigned short QUOTA_ERR = 4
 
const unsigned short SYNTAX_ERR = 5
 
const unsigned short CONSTRAINT_ERR = 6
 
const unsigned short TIMEOUT_ERR = 7
 

Member Data Documentation

◆ code

readonly attribute unsigned long SQLException::code

◆ CONSTRAINT_ERR

const unsigned short SQLException::CONSTRAINT_ERR = 6

◆ DATABASE_ERR

const unsigned short SQLException::DATABASE_ERR = 1

◆ message

readonly attribute DOMString SQLException::message

◆ QUOTA_ERR

const unsigned short SQLException::QUOTA_ERR = 4

◆ SYNTAX_ERR

const unsigned short SQLException::SYNTAX_ERR = 5

◆ TIMEOUT_ERR

const unsigned short SQLException::TIMEOUT_ERR = 7

◆ TOO_LARGE_ERR

const unsigned short SQLException::TOO_LARGE_ERR = 3

◆ UNKNOWN_ERR

const unsigned short SQLException::UNKNOWN_ERR = 0

◆ VERSION_ERR

const unsigned short SQLException::VERSION_ERR = 2

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