---
title: INCancelWorkoutIntentResponseCode.failure
framework: intents
role: symbol
role_heading: Case
path: intents/incancelworkoutintentresponsecode/failure
---

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

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