Hi
I am using the below mentioned call in my python script to abort a transaction
error = “Commit failed”
cdb.sub_abort_trans(self.sock, _confd.ERRCODE_APPLICATION_INTERNAL, 0, 0, error)
I see the transaction getting aborted, but dont see the string “Commit failed” printed on the CLI console
@cohult Do you know the solution to print the custom string?