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

# INEndWorkoutIntentResponseCode.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 does not recognize.

## 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.failure](intents/inendworkoutintentresponsecode/failure.md)
- [INEndWorkoutIntentResponseCode.failureRequiringAppLaunch](intents/inendworkoutintentresponsecode/failurerequiringapplaunch.md)
