Hello,
It appears I can only add one Response to a Custom Connector. I need to add error responses. How do I do this?
Example:
- Default response, works great.
- When there is an error in the API call, the service returns the following schema:
{
"messages": {
"message": [
{
"type": "No Data",
"description": "No data found for the given input parameters"
}
]
}
}- Users are receiving a red Error banner at the top of the screen with the above message.
- When I click "Add Default Response" it just overwrites the existing Default.

Am I doing something incorrect?
How do I add a non-Default response to a Custom Connector?
Thank yoU!