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

# INGetCarPowerLevelStatusIntentResponseCode.success

A response code indicating that you successfully handled the intent.

## Declaration

```swift
case success
```

## Discussion

Discussion Use this code when your app has successfully received the car’s current power levels.

## See Also

### Constants

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