---
title: INSetCarLockStatusIntentResponseCode.failure
framework: intents
role: symbol
role_heading: Case
path: intents/insetcarlockstatusintentresponsecode/failure
---

# INSetCarLockStatusIntentResponseCode.failure

An error code indicating that you were unable to lock or unlock the car.

## Declaration

```swift
case failure
```

## Discussion

Discussion Use this code for both transient and unrecoverable errors that would prevent your app from locking or unlocking the car.

## See Also

### Constants

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