Did you set a fail message? If you set a fail message and it keeps saying it instead of saying the information from the response, and you're doing it via a custom endpoint on your own server, then try to debug it by logging the full request body coming in and the full response that you're sending back, and make sure it's in accordance (both the request body and response) with what your code and VAPI's server is expecting.