HTTP code in gatling report

Hi

How can I force HTTP code to be displayed for errors? Example - I have the attached error, but I cannot tell what the HTTP code is. I am doing http check for 200 here so it fails that. Is it a config?

Thanks

Screen Shot 2015-06-23 at 1.24.24 PM.png

Hi,

The error you got meant that Gatling couldn’t get any response from the server you’re testing, and since the status code is part of the response Gatling never got, you just can’t get a HTTP status code.

Cheers,

Pierre

aah, thanks