Http_req_failed for any non 200 status?

I have a api that gives 409 conflict which is what we consider a success. Does this mean I can not use http_req_failed? Is http_req_failed for any non 200 status?

1 Like

You can make such responses expected

2 Likes