Question
Error managment in services
Hi,
I have a service A on a thing which is calling a service B on a utilityThing.
This service B return an infotable
Some time, in internal process of B, we have an error which has to be propagate to A.
How to do that ?
I try with a javascript "throw" but it seems to be intercepted by plateform as in the try catch in A I see a JavaException.
Best regards
Stéphane

