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

import"SQLError.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 SQLError::code

◆ CONSTRAINT_ERR

const unsigned short SQLError::CONSTRAINT_ERR = 6

◆ DATABASE_ERR

const unsigned short SQLError::DATABASE_ERR = 1

◆ message

readonly attribute DOMString SQLError::message

◆ QUOTA_ERR

const unsigned short SQLError::QUOTA_ERR = 4

◆ SYNTAX_ERR

const unsigned short SQLError::SYNTAX_ERR = 5

◆ TIMEOUT_ERR

const unsigned short SQLError::TIMEOUT_ERR = 7

◆ TOO_LARGE_ERR

const unsigned short SQLError::TOO_LARGE_ERR = 3

◆ UNKNOWN_ERR

const unsigned short SQLError::UNKNOWN_ERR = 0

◆ VERSION_ERR

const unsigned short SQLError::VERSION_ERR = 2

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