Hi,
I am running NodeJS as the server and using datastore and dataprocessor. In some cases when doing an update, I return an error 409 from the server. The processor throw the onAfterUpdate callback in which I set an “error” variable with the message. Is there any way i can ask the dataprocessor which error code (status code) the server returned (4090, I would like to know it is 409 that was returned. Do I need to manage this manually by adding the status code in the response also just like the message?
thanks
Sylvain