Skip to main content
Version: 3.14.1

Response.status

The status read-only property of the Response interface contains the HTTP status code of the response.

For example, 200 for success, 404 if the resource could not be found.

Value

An unsigned short number.