HttpErrorRangeParameters Class
The JSON object that represents the range for http status codes.
Constructor
HttpErrorRangeParameters(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
begin
|
The inclusive start of the http status code range. |
|
end
|
The inclusive end of the http status code range. |
Attributes
begin
The inclusive start of the http status code range.
begin: int | None
end
The inclusive end of the http status code range.
end: int | None