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

# INListCarsIntentResponseCode

Constants that represent the status of a response.

```
enum INListCarsIntentResponseCode
```

## Topics

### Constants

[`INListCarsIntentResponseCode.failure`](/documentation/Intents/INListCarsIntentResponseCode/failure)

A response code that indicates you’re unable to retrieve a list of the user’s electric vehicles.

[`INListCarsIntentResponseCode.failureRequiringAppLaunch`](/documentation/Intents/INListCarsIntentResponseCode/failureRequiringAppLaunch)

A response code that indicates the system must launch your app before you can provide a list of the user’s electric vehicles.

[`INListCarsIntentResponseCode.inProgress`](/documentation/Intents/INListCarsIntentResponseCode/inProgress)

A response code that indicates you’re in the process of retrieving a list of the user’s electric vehicles, but they are not yet available.

[`INListCarsIntentResponseCode.ready`](/documentation/Intents/INListCarsIntentResponseCode/ready)

A response code that indicates you’re ready to provide a list of the user’s electric vehicles.

[`INListCarsIntentResponseCode.success`](/documentation/Intents/INListCarsIntentResponseCode/success)

A response code that indicates you’re able to provide a list of the user’s electric vehicles.

[`INListCarsIntentResponseCode.unspecified`](/documentation/Intents/INListCarsIntentResponseCode/unspecified)

A response code that indicates the absence of a genuine response code.



---

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)