Error handling while executing the model server commands #210
Replies: 2 comments
-
Hi @shinesamjacob, If it is any EMF command or JSON patch command (with v2 possbile) you can interpret the the Model Server's response on the frontend and show the results for example as notificiations in Theia. You could have a look at this simple developer example we provide in the For example the This executes the To start the example, please check the main README. HTH and best regards, |
Beta Was this translation helpful? Give feedback.
-
Please reopen if issue still persists |
Beta Was this translation helpful? Give feedback.
-
We have written our model server command, which we execute from the front end. In specific scenarios, we need to validate and throw the exception/messages to the frontend. The version of the emf cloud is 0.7.0 and uses the v1 client.
Is there any way to handle this scenario without writing the custom routing endpoints?
Beta Was this translation helpful? Give feedback.
All reactions