Bucket.Error Class
Constructor
Bucket.Error
()
Item Index
Properties
- CONSTRAINT_ERR static
- DEFAULT static
- NOTFOUND_ERR static
- PERMISSION_ERR static
- QUOTA_ERR static
- TIMEOUT static
Properties
CONSTRAINT_ERR
String
final
static
Signifies an error that happened due to an action that violated DB constraints
DEFAULT
String
final
static
Default error
NOTFOUND_ERR
String
final
static
Signifies an error that happened due to a missing table, objectStore;
PERMISSION_ERR
String
final
static
Signifies an error that happened due to an action that was not permitted
QUOTA_ERR
String
final
static
Signifies an error that happened due to database size limit overflow
TIMEOUT
String
final
static
Timeout Error