HttpErrorRangeParameters Class

The JSON object that represents the range for http status codes.

Inheritance
HttpErrorRangeParameters

Constructor

HttpErrorRangeParameters(*, begin: Optional[int] = None, end: Optional[int] = None, **kwargs)

Variables

begin
int

The inclusive start of the http status code range.

end
int

The inclusive end of the http status code range.