Dexie.UnknownError
Inheritance Hierarchy
Dexie.DexieError
Dexie.UnknownError
Description
The underlying implementation has failed. Find out more in your console log or file an issue in the bug tracker for your browser that has failed.
Sample using Promise.catch()
Sample: switch(error.name)
Properties
name
Will always be Dexie.errnames.Unknown === "UnknownError"
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.