httpStatus property

int? httpStatus
getter/setter pair

The HTTP status code used to abort the request.

The value must be between 200 and 599 inclusive.

Implementation

core.int? httpStatus;