Dexie.DexieError
Dexie.QuotaExceededError
The storage quota for the current origin was exceeded. To learn more about storage quota, see Storage Manager API.
NOTICE This error may occur as the inner exception of an AbortError on some browsers, as the transaction is aborted instead of onerror being signaled. To catch this error properly, always inspect error.inner
on AbortError.
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.