---
title: INStartWorkoutIntentResponseCode.failureNoMatchingWorkout
framework: intents
role: symbol
role_heading: Case
path: intents/instartworkoutintentresponsecode/failurenomatchingworkout
---

# INStartWorkoutIntentResponseCode.failureNoMatchingWorkout

A response code that indicates you didn’t find the specified workout.

## Declaration

```swift
case failureNoMatchingWorkout
```

## Discussion

Discussion Use this code when the user specifies a workout name that your app doesn’t recognize.

## See Also

### Response State

- [INStartWorkoutIntentResponseCode.unspecified](intents/instartworkoutintentresponsecode/unspecified.md)
- [INStartWorkoutIntentResponseCode.ready](intents/instartworkoutintentresponsecode/ready.md)
- [INStartWorkoutIntentResponseCode.continueInApp](intents/instartworkoutintentresponsecode/continueinapp.md)
- [INStartWorkoutIntentResponseCode.success](intents/instartworkoutintentresponsecode/success.md)
- [INStartWorkoutIntentResponseCode.handleInApp](intents/instartworkoutintentresponsecode/handleinapp.md)
- [INStartWorkoutIntentResponseCode.failure](intents/instartworkoutintentresponsecode/failure.md)
- [INStartWorkoutIntentResponseCode.failureRequiringAppLaunch](intents/instartworkoutintentresponsecode/failurerequiringapplaunch.md)
- [INStartWorkoutIntentResponseCode.failureOngoingWorkout](intents/instartworkoutintentresponsecode/failureongoingworkout.md)
