Dexie.InvalidAccessError
Inheritance Hierarchy
Dexie.DexieError
Dexie.InvalidAccessError
Description
An attempt to write to a table that was opened in readonly mode.
Sample using Promise.catch()
Sample: switch(error.name)
Properties
name
Will always be Dexie.errnames.InvalidAccess === "InvalidAccessError"
message
Detailed message
inner?
Inner exception instance (if any)
stack
Can be present if the error was thrown. If signaled, there wont be any call stack.