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

# INCancelWorkoutIntentResponseCode.failureRequiringAppLaunch

A response code that indicates the user must launch your app to start the workout.

## Declaration

```swift
case failureRequiringAppLaunch
```

## Discussion

Discussion Use this code only when you cannot cancel the workout because of extenuating circumstances. For example, you might use this code if the user must log into your app before canceling workouts and is not currently logged in. Don’t use this response code for general errors or to force the user to launch your app.

## 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.failure](intents/incancelworkoutintentresponsecode/failure.md)
- [INCancelWorkoutIntentResponseCode.failureNoMatchingWorkout](intents/incancelworkoutintentresponsecode/failurenomatchingworkout.md)
