Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
As we know there is no general classes of exception in thingworx as Java, then what will be the best way to handle exceptions in thingworx application?
Please share if we have any documentation related to exception/error handling for thingworx application.
As per knowledge we could handle Errors in thingworx by adding try- catch in Thingworx service development.So you error can be caught in the catch block and you could perform the respective action to handle the error