Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Team,
Can you please let me know how tRESTClient works for " error output section" when "die on error" is enabled on the component. Will timeout to endpoint url treated as run time error? Please find the screen shot attached.
Thanks,
Jain
Hi,
tRESTClient component feeds error output when your url exists and the service you are requesting sends a 500 / 404 ... error with an attached message (example : {"detail":"Not found"} )
Your ERROR Output will transmit the errorCode and errorMessage to your tjavaflex in your case.
The DieOnError checkbox just stops the job when a java error is thrown by the component itself, not the service called.
If the component has an error, it cannot send a message to the ERROROutput.
Regards
Pierre