Question

Error handling in FME

  • 24 June 2014
  • 3 replies
  • 40 views

Hello,

 

 

I am developing workbenches that will process the input data depending on certain conditions. I am publishing to FME server so that it can be used in Java application.

 

 

I would like to know is it possible to pass any meaningful error message if data is not what is expected. I don't have a clue how I could achieve this. Any pointers in right direction?

3 replies

Userlevel 4
Hi,

 

 

have you looked at the  FME Server REST API (http://docs.safe.com/fme/html/FME_REST/)? It will give you the result of a translation.

 

 

David
Badge +1

Link was broken.. :(

Userlevel 2
Badge +14

Hi @kanthsri74, here is the new link. https://docs.safe.com/fme/html/FME_REST/apidoc/v3/#

Reply