Unhandled Endpoint Response Code

I have an endpoint definition that has endpoint response codes config for 200, 201, 202, 400, 401, 500, and 502. However, I missed 404 and it is a valid response code for that endpoint. What would happen if the endpoint returns 404 back?

If a 404 was returned and had not been set up as a response code for the endpoint, I would expect the logic block would end up in the Not Handled pathway and you would see entries in Endpoint Logging something like this:

1 Like