Name | Type | Description | Notes |
---|---|---|---|
sentTime | number | The time when the attempt was sent in milliseconds. | [default to undefined] |
duration | number | The duration of the attempt in milliseconds. | [default to undefined] |
responseCode | number | The response code of the attempt, when missing refer to failureReason. | [optional] [default to undefined] |
failureReason | string | The request failure reason in case responseCode is missing. | [optional] [default to undefined] |
-
TimedOut
(value:'TIMED_OUT'
) -
NoResponse
(value:'NO_RESPONSE'
)
[Back to top] [Back to API list] [Back to Model list] [Back to README]