httpStatus property
The HTTP status code used to abort the request.
The value must be between 200 and 599 inclusive.
Implementation
@$pb.TagNumber(1)
$core.int get httpStatus => $_getIZ(0);
Implementation
@$pb.TagNumber(1)
set httpStatus($core.int v) {
$_setSignedInt32(0, v);
}