Hello,
For the moment the runtime error handling can be managed by using ...
It should be nice to add such a kind TRY CATCH block, in order to modify the error handling in a local section of a sequence.
TRY
Steps ...
Steps ...
CATCH
case 35 // Error code = 35
end
case default // All other error codes
end
End
Doing so, could be a way to handle runtime errors, in an other way that the global configured way.
Manu.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.