Instructor
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.