---
title: INListCarsIntentResponseCode.failure
framework: intents
role: symbol
role_heading: Case
path: intents/inlistcarsintentresponsecode/failure
---

# INListCarsIntentResponseCode.failure

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

## Declaration

```swift
case failure
```

## Discussion

Discussion Use this code for transient and unrecoverable errors that prevent you from retrieving a list of the user’s electric vehicles.

## See Also

### Constants

- [INListCarsIntentResponseCode.failureRequiringAppLaunch](intents/inlistcarsintentresponsecode/failurerequiringapplaunch.md)
- [INListCarsIntentResponseCode.inProgress](intents/inlistcarsintentresponsecode/inprogress.md)
- [INListCarsIntentResponseCode.ready](intents/inlistcarsintentresponsecode/ready.md)
- [INListCarsIntentResponseCode.success](intents/inlistcarsintentresponsecode/success.md)
- [INListCarsIntentResponseCode.unspecified](intents/inlistcarsintentresponsecode/unspecified.md)
