Parse Custom Error Not Possible

Once again, I am disappointed with Parse official rep answers, which are, again, wrong.

It is NOT possible to change the error code or message of a response. It will always be status code 141 (Parse Script Error) when you do a response.error(...).

The best you can do is to pass a json as a message.

Comments