What are the different response codes | Rest Assured Forum
A
Anju Singhal Posted on 30/09/2018

A
Ashish Thakur Replied on 03/10/2018

I believe you mean HTTP status code.
HTTP status codes are standard response codes given by web site servers or API on the internet. The codes help identify the cause of the problem when a web page or other resource does not load properly. You can even assert a API Response based on status code. You can refer to the module 12 for this.