---
title: INCancelRideIntentResponseCode
framework: intents
role: symbol
role_heading: Enumeration
path: intents/incancelrideintentresponsecode
---

# INCancelRideIntentResponseCode

Constants indicating the state of the response.

## Declaration

```swift
enum INCancelRideIntentResponseCode
```

## Topics

### Constants

- [INCancelRideIntentResponseCode.unspecified](intents/incancelrideintentresponsecode/unspecified.md)
- [INCancelRideIntentResponseCode.ready](intents/incancelrideintentresponsecode/ready.md)
- [INCancelRideIntentResponseCode.success](intents/incancelrideintentresponsecode/success.md)
- [INCancelRideIntentResponseCode.failure](intents/incancelrideintentresponsecode/failure.md)

### Initializers

- [init(rawValue:)](intents/incancelrideintentresponsecode/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/incancelrideintentresponse/code.md)
