---
title: INPauseWorkoutIntentResponseCode.failure
framework: intents
role: symbol
role_heading: Case
path: intents/inpauseworkoutintentresponsecode/failure
---

# INPauseWorkoutIntentResponseCode.failure

A response code that indicates you were unable to start the specified workout.

## Declaration

```swift
case failure
```

## Discussion

Discussion Use this code for both transient and unrecoverable errors that prevented you from performing the task.

## See Also

### Response State

- [INPauseWorkoutIntentResponseCode.unspecified](intents/inpauseworkoutintentresponsecode/unspecified.md)
- [INPauseWorkoutIntentResponseCode.ready](intents/inpauseworkoutintentresponsecode/ready.md)
- [INPauseWorkoutIntentResponseCode.continueInApp](intents/inpauseworkoutintentresponsecode/continueinapp.md)
- [INPauseWorkoutIntentResponseCode.success](intents/inpauseworkoutintentresponsecode/success.md)
- [INPauseWorkoutIntentResponseCode.handleInApp](intents/inpauseworkoutintentresponsecode/handleinapp.md)
- [INPauseWorkoutIntentResponseCode.failureRequiringAppLaunch](intents/inpauseworkoutintentresponsecode/failurerequiringapplaunch.md)
- [INPauseWorkoutIntentResponseCode.failureNoMatchingWorkout](intents/inpauseworkoutintentresponsecode/failurenomatchingworkout.md)
