Currently within Silk Performer, there is an option to exit a transaction if a specific error occurs, for example with the use of an event handle:
if GetErrorCode(GetLastError()) = 71 then
RaiseError(0, ""Verification Error Transaction Exit"", SEVERITY_TRANS_EXIT…