Mac OS X Reference Library Apple Developer
Search

IDBDatabaseException

Module:
storage
Declared In:

Overview

Use the links in the table of contents to the left to access the documentation.



Member Data

code
CONSTRAINT_ERR
DATA_ERR
DEADLOCK_ERR
message
NON_TRANSIENT_ERR
NOT_ALLOWED_ERR
NOT_FOUND_ERR
RECOVERABLE_ERR
SERIAL_ERR
TIMEOUT_ERR
TRANSIENT_ERR
UNKNOWN_ERR

code



attribute unsigned short code; 

CONSTRAINT_ERR



const unsigned short CONSTRAINT_ERR = 3; 

DATA_ERR



const unsigned short DATA_ERR = 4; 

DEADLOCK_ERR



const unsigned short DEADLOCK_ERR = 33; 

message



attribute DOMString message; 

NON_TRANSIENT_ERR



const unsigned short NON_TRANSIENT_ERR = 1; 

NOT_ALLOWED_ERR



const unsigned short NOT_ALLOWED_ERR = 5; 

NOT_FOUND_ERR



const unsigned short NOT_FOUND_ERR = 2; 

RECOVERABLE_ERR



const unsigned short RECOVERABLE_ERR = 21; 

SERIAL_ERR



const unsigned short SERIAL_ERR = 11; 

TIMEOUT_ERR



const unsigned short TIMEOUT_ERR = 32; 

TRANSIENT_ERR



const unsigned short TRANSIENT_ERR = 31; 

UNKNOWN_ERR



const unsigned short UNKNOWN_ERR = 0; 

 

Did this document help you? Yes It's good, but... Not helpful...

Last Updated: 2010-05-27