MULTI_STATEMENT_TRANSACTION_ROLLBACK_REQUIRED_AFTER_ABORT error condition
The current transaction has been aborted. Please run ROLLBACK TRANSACTION before continuing. Abort reason:
IDLE_TIMEOUT_EXCEEDED
Exceeded the idle timeout of <idleTimeoutMinutes> minutes.
INTERNAL_ERROR
An internal error occurred.
INTERNAL_ERROR_WITH_CAUSE
An internal error occurred due to <errorCause>
PREVIOUS_QUERY_FAILURE
The previous query in the transaction failed.
STATE_SIZE_EXCEEDED
The transaction state size <currentSizeBytes> bytes exceeded the maximum allowed size of <maxSizeBytes> bytes.
USER_MISMATCH
The user executing the transaction is different from the user who started the transaction.