Within my API, validation errors are returned with a HTTP error 400 and a message.
When I test the API as an action in Zapier and hit a validation error, zapier flags the zap as failed, emails me to tell me there is an issue but all I get is the first word of the error message as Zapier truncates the message
What happened (You are seeing this because you are an admin):Stack trace: ResponseError: {"status":400,"headers":{"content-type":"application/json"},"content":"{\"success\":false,\"message\":\"An
How should I be returning validation errors from my API so that Zapier will handle them in a more friendly error. I can’t see any documentation that covers this.