---
title: INGetCarLockStatusIntentResponseCode
framework: intents
role: symbol
role_heading: Enumeration
path: intents/ingetcarlockstatusintentresponsecode
---

# INGetCarLockStatusIntentResponseCode

Constants indicating the status of the response.

## Declaration

```swift
enum INGetCarLockStatusIntentResponseCode
```

## Topics

### Constants

- [INGetCarLockStatusIntentResponseCode.failure](intents/ingetcarlockstatusintentresponsecode/failure.md)
- [INGetCarLockStatusIntentResponseCode.failureRequiringAppLaunch](intents/ingetcarlockstatusintentresponsecode/failurerequiringapplaunch.md)
- [INGetCarLockStatusIntentResponseCode.inProgress](intents/ingetcarlockstatusintentresponsecode/inprogress.md)
- [INGetCarLockStatusIntentResponseCode.ready](intents/ingetcarlockstatusintentresponsecode/ready.md)
- [INGetCarLockStatusIntentResponseCode.success](intents/ingetcarlockstatusintentresponsecode/success.md)
- [INGetCarLockStatusIntentResponseCode.unspecified](intents/ingetcarlockstatusintentresponsecode/unspecified.md)

### Initializers

- [init(rawValue:)](intents/ingetcarlockstatusintentresponsecode/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Getting the Response Code

- [code](intents/ingetcarlockstatusintentresponse/code.md)
