Skip to main content

DATABASE_TRANSACTION_FAIL

Encountering an error? Get help with AI tools

Error Cause

Database transaction request failed, error occurred during transaction execution, possible scenarios:

  1. Transaction does not exist on server, transaction must be committed or aborted within 30 seconds

Solution

Simplify transaction logic

Transaction must be committed or aborted within 30 seconds. If there are multiple operations in transaction, it is recommended to simplify transaction logic and reduce operation complexity.