httpStatus property

int? httpStatus
getter/setter pair

The HTTP status code used to abort the request.

The value must be from 200 to 599 inclusive. For gRPC protocol, the gRPC status code is mapped to HTTP status code according to this mapping table. HTTP status 200 is mapped to gRPC status UNKNOWN. Injecting an OK status is currently not supported by Traffic Director.

Implementation

core.int? httpStatus;