Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 716 Bytes

NotificationAttempt.md

File metadata and controls

25 lines (13 loc) · 716 Bytes

NotificationAttempt

Properties

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]

Enum: FailureReasonEnum

Name Value
TIMED_OUT "TIMED_OUT"
NO_RESPONSE "NO_RESPONSE"