FailureStatusCodeRange interface

The failure http status code range

Properties

max

The maximum http status code.

min

The minimum http status code.

Property Details

max

The maximum http status code.

max?: number

Property Value

number

min

The minimum http status code.

min?: number

Property Value

number