---
title: INSetCarLockStatusIntentResponseCode
framework: intents
role: symbol
role_heading: Enumeration
path: intents/insetcarlockstatusintentresponsecode
---

# INSetCarLockStatusIntentResponseCode

Constants indicating the status of the response.

## Declaration

```swift
enum INSetCarLockStatusIntentResponseCode
```

## Topics

### Constants

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

### Initializers

- [init(rawValue:)](intents/insetcarlockstatusintentresponsecode/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/insetcarlockstatusintentresponse/code.md)
