CloudSqliteError Namespace
Interface
Name |
Description |
CloudSqliteError.WriteLockHeld |
thrown when an attempt to acquire the write lock for a container fails because the lock is already held by somebody else ("write-lock-held"). |
Type alias
Variable
Function
Defined in
CloudSqliteError Interface
An error originating from the CloudSqlite API.
Extends
Properties
Name |
Type |
Description |
|
containerId Readonly |
string | undefined |
The name of the container associated with the error |
|
dbName Readonly |
string | undefined |
The name of the database that generated the error |
|
Inherited properties
Defined in
Last Updated: 26 April, 2025