---
title: WKHapticType.retry
framework: watchkit
role: symbol
role_heading: Case
path: watchkit/wkhaptictype/retry
---

# WKHapticType.retry

Indicates that the user should retry a task that temporarily failed.

## Declaration

```swift
case retry
```

## See Also

### Constants

- [WKHapticType.notification](watchkit/wkhaptictype/notification.md)
- [WKHapticType.directionUp](watchkit/wkhaptictype/directionup.md)
- [WKHapticType.directionDown](watchkit/wkhaptictype/directiondown.md)
- [WKHapticType.success](watchkit/wkhaptictype/success.md)
- [WKHapticType.failure](watchkit/wkhaptictype/failure.md)
- [WKHapticType.start](watchkit/wkhaptictype/start.md)
- [WKHapticType.stop](watchkit/wkhaptictype/stop.md)
- [WKHapticType.click](watchkit/wkhaptictype/click.md)
- [WKHapticType.navigationGenericManeuver](watchkit/wkhaptictype/navigationgenericmaneuver.md)
- [WKHapticType.navigationLeftTurn](watchkit/wkhaptictype/navigationleftturn.md)
- [WKHapticType.navigationRightTurn](watchkit/wkhaptictype/navigationrightturn.md)
