You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: properly throw ConflictRetriesExhaustedError instead of TransactionError
Previously, when the retries where exhausted and the last retry resulted in a conflict, a TransactionError was thrown that wrapped a ConflictRetriesExhaustedError. Now, we properly throw the ConflictRetriesExhaustedError.
Also fixes the error message (it had a NonError: [object object] at the end instead of the original error message)
0 commit comments