statusCode property

int statusCode
final

The HTML status code of the request. Status codes ranging from 200 to 299 indicate success. All other status codes indicate the type of error that occurred.

Implementation

final int statusCode;