Dexie.InvalidTableError
Inheritance Hierarchy
Dexie.DexieError
Dexie.InvalidTableError
Description
Happens when trying to access a table that does not exist or is not part of current transaction.
Sample using Promise.catch()
Sample: switch(error.name)
Properties
name
Will always be Dexie.errnames.InvalidTable === "InvalidTableError"
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.