I am running a load test using Locust
and have it working fine except I want to get the the sub-status code return in the response. I know the status code is available with response.status_code
but I need additional information such as response.sub_status_code
. Is this currently available in Locust?
Thanks