---
title: INEndWorkoutIntentResponseCode.failure
framework: intents
role: symbol
role_heading: Case
path: intents/inendworkoutintentresponsecode/failure
---

# INEndWorkoutIntentResponseCode.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

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