---
title: INGetCarLockStatusIntentResponseCode.failure
framework: intents
role: symbol
role_heading: Case
path: intents/ingetcarlockstatusintentresponsecode/failure
---

# INGetCarLockStatusIntentResponseCode.failure

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

## Declaration

```swift
case failure
```

## Discussion

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

## See Also

### Constants

- [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)
