Type Definitions
DBMetaData
- Description:
Database object metadata
Properties:
| Name | Type | Description |
|---|---|---|
database_name |
string | The name of the local database. |
backend_database |
string | The type of backend database (e.g., CouchDB, PouchDB). |
beanbagdb_version_db |
number | The version of the BeanBagDB in the database. |
beanbagdb_version_code |
number | The current version code of the BeanBagDB. |
ready_to_use |
boolean | Indicates whether the database is ready to be used (active state). |
Database object metadata
Type:
- Object
ErrorItem
- Description:
This is common for all error classes
Properties:
| Name | Type | Attributes | Description |
|---|---|---|---|
instancePath |
string |
<optional> |
The path where the error occurred, optional. |
message |
string | The error message. |
This is common for all error classes
Type:
- Object