HttpErrorRangeParameters interface
The JSON object that represents the range for http status codes
Properties
begin | The inclusive start of the http status code range. |
end | The inclusive end of the http status code range. |
Property Details
begin
The inclusive start of the http status code range.
begin?: number
Property Value
number
end
The inclusive end of the http status code range.
end?: number
Property Value
number