HttpErrorRangeParameters Class
The JSON object that represents the range for http status codes.
Constructor
HttpErrorRangeParameters(*, begin: int | None = None, end: int | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
begin
|
The inclusive start of the http status code range. Default value: None
|
end
|
The inclusive end of the http status code range. Default value: None
|