Page 1 of 1

Error data from post-call webservice

Posted: Mon Aug 13, 2018 3:52 pm
by anorman728
I understand from this response (viewtopic.php?f=20&t=469778#p544161) that we have access to error data that can be sent from the post-call webservice, but I'm struggling to find the name of the variable in the documentation. How would I access error objects?

Re: Error data from post-call webservice

Posted: Tue Aug 14, 2018 3:33 pm
by support
Hi,

Error data can be assigned as different variables from within the application. It can be set by the user using the 'Evaluate JS' or 'Set Variables' modules.

For example, if you wish the pass a web service error through the post-call webservice, you can define the error object as error_object in the application, then pass that variable in the post-call webservice

Regards,
Plum Support