<!--
{
  "availability" : [
    "iOS: 11.0.0 -",
    "iPadOS: 11.0.0 -",
    "macCatalyst: 13.1.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SiriKit",
  "identifier" : "/documentation/Intents/INCancelRideIntentResponseCode",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:@E@INCancelRideIntentResponseCode"
  },
  "title" : "INCancelRideIntentResponseCode"
}
-->

# INCancelRideIntentResponseCode

Constants indicating the state of the response.

```
enum INCancelRideIntentResponseCode
```

## Topics

### Constants

[`case unspecified`](/documentation/Intents/INCancelRideIntentResponseCode/unspecified)

There is no specified response code.

[`case ready`](/documentation/Intents/INCancelRideIntentResponseCode/ready)

You are ready to handle the intent.

[`case success`](/documentation/Intents/INCancelRideIntentResponseCode/success)

You successfully canceled the ride.

[`case failure`](/documentation/Intents/INCancelRideIntentResponseCode/failure)

You were unable to cancel the ride.

### Initializers

[`init?(rawValue: Int)`](/documentation/Intents/INCancelRideIntentResponseCode/init(rawValue:))

## Relationships

### Conforms To

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

[`Equatable`](/documentation/Swift/Equatable)

[`Hashable`](/documentation/Swift/Hashable)

[`Sendable`](/documentation/Swift/Sendable)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)