<!--
{
  "availability" : [
    "iOS: 10.3.0 -",
    "iPadOS: 10.3.0 -",
    "macCatalyst: 13.1.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 3.2.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SiriKit",
  "identifier" : "/documentation/Intents/INGetCarLockStatusIntentResponseCode",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:@E@INGetCarLockStatusIntentResponseCode"
  },
  "title" : "INGetCarLockStatusIntentResponseCode"
}
-->

# INGetCarLockStatusIntentResponseCode

Constants indicating the status of the response.

```
enum INGetCarLockStatusIntentResponseCode
```

## Topics

### Constants

[`case failure`](/documentation/Intents/INGetCarLockStatusIntentResponseCode/failure)

An error code indicating that you were unable to get the car’s lock status.

[`case failureRequiringAppLaunch`](/documentation/Intents/INGetCarLockStatusIntentResponseCode/failureRequiringAppLaunch)

An error code indicating that the user must launch your app to get the car’s lock status.

[`case inProgress`](/documentation/Intents/INGetCarLockStatusIntentResponseCode/inProgress)

A response code indicating that you are getting the car’s lock status but do not yet have the results.

[`case ready`](/documentation/Intents/INGetCarLockStatusIntentResponseCode/ready)

A response code indicating that you are ready to handle the intent.

[`case success`](/documentation/Intents/INGetCarLockStatusIntentResponseCode/success)

A response code indicating that you have successfully handled the intent.

[`case unspecified`](/documentation/Intents/INGetCarLockStatusIntentResponseCode/unspecified)

A response code indicating that the status was not specified.

### Initializers

[`init?(rawValue: Int)`](/documentation/Intents/INGetCarLockStatusIntentResponseCode/init(rawValue:))

## Relationships

### Conforms To

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

[`Hashable`](/documentation/Swift/Hashable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`Sendable`](/documentation/Swift/Sendable)

[`Equatable`](/documentation/Swift/Equatable)

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)