pub const TX_REPLAY_FAILED: &str = "TX_REPLAY_FAILED";Expand description
A buffered statement failed during tx.commit replay. The error
message carries the index of the failing op and the number of
operations that successfully applied before the failure.