Dexie.DexieError
Dexie.BulkError
Error that may occur in Table.bulkAdd(), Table.bulkPut() or Table.bulkDelete().
The method that may throw this error can perform multiple operations on a table. Therefore this error object will contain an array of the errors the occurred during the failed operations.
failuresByPos (since 3.1.0-alpha.7)
Object that maps each failing operation's position to an error
Note: Catching the error means that the successful operations will be saved. If not catching the error, all operations will be reverted and if there is an ongoing transaction, it will be aborted.