Share via


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
int

The inclusive start of the http status code range.

Default value: None
end
int

The inclusive end of the http status code range.

Default value: None

Variables

Name Description
begin
int

The inclusive start of the http status code range.

end
int

The inclusive end of the http status code range.