| Name | Type | Description | Notes |
|---|---|---|---|
| sentTime | Long | The time when the attempt was sent in milliseconds. | |
| duration | Integer | The duration of the attempt in milliseconds. | |
| responseCode | Integer | The response code of the attempt, when missing refer to failureReason. | [optional] |
| failureReason | FailureReasonEnum | The request failure reason in case responseCode is missing. | [optional] |
| Name | Value |
|---|---|
| TIMED_OUT | "TIMED_OUT" |
| NO_RESPONSE | "NO_RESPONSE" |