Dexie.ReadOnlyError
Inheritance Hierarchy
Dexie.DexieError
Dexie.ReadOnlyError
Description
Transaction was opened in readonly mode but a write operation was attempted.
Sample using Promise.catch()
Sample: switch(error.name)
Properties
name
Will always be Dexie.errnames.ReadOnly === "ReadOnlyError"
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.