---
title: INPauseWorkoutIntentResponseCode.failureNoMatchingWorkout
framework: intents
role: symbol
role_heading: Case
path: intents/inpauseworkoutintentresponsecode/failurenomatchingworkout
---

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

- [INPauseWorkoutIntentResponseCode.unspecified](intents/inpauseworkoutintentresponsecode/unspecified.md)
- [INPauseWorkoutIntentResponseCode.ready](intents/inpauseworkoutintentresponsecode/ready.md)
- [INPauseWorkoutIntentResponseCode.continueInApp](intents/inpauseworkoutintentresponsecode/continueinapp.md)
- [INPauseWorkoutIntentResponseCode.success](intents/inpauseworkoutintentresponsecode/success.md)
- [INPauseWorkoutIntentResponseCode.handleInApp](intents/inpauseworkoutintentresponsecode/handleinapp.md)
- [INPauseWorkoutIntentResponseCode.failure](intents/inpauseworkoutintentresponsecode/failure.md)
- [INPauseWorkoutIntentResponseCode.failureRequiringAppLaunch](intents/inpauseworkoutintentresponsecode/failurerequiringapplaunch.md)
