---
title: kLAErrorWatchNotAvailable
framework: localauthentication
role: symbol
role_heading: Global Variable
path: localauthentication/klaerrorwatchnotavailable
---

# kLAErrorWatchNotAvailable

An attempt to authenticate with Apple Watch failed.

## Declaration

```swift
var kLAErrorWatchNotAvailable: Int32 { get }
```

## Discussion

Discussion You receive this error when the system fails to locate a nearby, paired Apple Watch running watchOS 6 or later while trying to authenticate using one of the watch authentication policies like deviceOwnerAuthenticationWithWatch.

## See Also

### Supporting Constants

- [kLAErrorDomain](localauthentication/klaerrordomain.md)
- [kLAErrorAppCancel](localauthentication/klaerrorappcancel.md)
- [kLAErrorSystemCancel](localauthentication/klaerrorsystemcancel.md)
- [kLAErrorUserCancel](localauthentication/klaerrorusercancel.md)
- [kLAErrorBiometryDisconnected](localauthentication/klaerrorbiometrydisconnected.md)
- [kLAErrorBiometryLockout](localauthentication/klaerrorbiometrylockout.md)
- [kLAErrorBiometryNotAvailable](localauthentication/klaerrorbiometrynotavailable.md)
- [kLAErrorBiometryNotEnrolled](localauthentication/klaerrorbiometrynotenrolled.md)
- [kLAErrorBiometryNotPaired](localauthentication/klaerrorbiometrynotpaired.md)
- [kLAErrorTouchIDLockout](localauthentication/klaerrortouchidlockout.md)
- [kLAErrorTouchIDNotAvailable](localauthentication/klaerrortouchidnotavailable.md)
- [kLAErrorTouchIDNotEnrolled](localauthentication/klaerrortouchidnotenrolled.md)
- [kLAErrorAuthenticationFailed](localauthentication/klaerrorauthenticationfailed.md)
- [kLAErrorInvalidContext](localauthentication/klaerrorinvalidcontext.md)
- [kLAErrorInvalidDimensions](localauthentication/klaerrorinvaliddimensions.md)
