---
title: INGetCarPowerLevelStatusIntentResponseCode.failure
framework: intents
role: symbol
role_heading: Case
path: intents/ingetcarpowerlevelstatusintentresponsecode/failure
---

# INGetCarPowerLevelStatusIntentResponseCode.failure

An error code indicating that you were unable to get the car’s power level.

## Declaration

```swift
case failure
```

## Discussion

Discussion Use this code for both transient and unrecoverable errors that would prevent your app from getting the car’s power levels.

## See Also

### Constants

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