StatusCodesBasedTrigger interface
Trigger based on status code.
Properties
count | Request Count. |
status | HTTP status code. |
sub |
Request Sub Status. |
time |
Time interval. |
win32Status | Win32 error code. |
Property Details
count
Request Count.
count?: number
Property Value
number
status
HTTP status code.
status?: number
Property Value
number
subStatus
Request Sub Status.
subStatus?: number
Property Value
number
timeInterval
Time interval.
timeInterval?: string
Property Value
string
win32Status
Win32 error code.
win32Status?: number
Property Value
number