API Docs for: 1.0b
Show:

Bucket.Error Class

Extends Error
Defined in: src/Bucket.js:136
Module: Bucket

Constructor

Bucket.Error

()

Defined in src/Bucket.js:136

Item Index

Properties

Properties

CONSTRAINT_ERR

String final static

Defined in src/Bucket.js:185

Signifies an error that happened due to an action that violated DB constraints

DEFAULT

String final static

Defined in src/Bucket.js:154

Default error

NOTFOUND_ERR

String final static

Defined in src/Bucket.js:196

Signifies an error that happened due to a missing table, objectStore;

PERMISSION_ERR

String final static

Defined in src/Bucket.js:174

Signifies an error that happened due to an action that was not permitted

QUOTA_ERR

String final static

Defined in src/Bucket.js:164

Signifies an error that happened due to database size limit overflow

TIMEOUT

String final static

Defined in src/Bucket.js:207

Timeout Error