---
title: INCancelWorkoutIntentResponseCode
framework: intents
role: symbol
role_heading: Enumeration
path: intents/incancelworkoutintentresponsecode
---

# INCancelWorkoutIntentResponseCode

Constants that indicate the response state.

## Declaration

```swift
enum INCancelWorkoutIntentResponseCode
```

## Topics

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

### Initializers

- [init(rawValue:)](intents/incancelworkoutintentresponsecode/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Getting the Response Code

- [code](intents/incancelworkoutintentresponse/code.md)
