DATABASE_TRANSACTION_FAIL
Error Cause
Database transaction request failed, error occurred during transaction execution.
Solutions
- Check if all operations in the transaction are valid
- Confirm the transaction has not timed out
- Verify if there are conflicts with data involved in the transaction
- Retry the transaction operation
- Simplify transaction logic to reduce operation complexity
- Check if database connection is stable