---
title: LAError.Code.biometryDisconnected
framework: localauthentication
role: symbol
role_heading: Case
path: localauthentication/laerror-swift.struct/code/biometrydisconnected
---

# LAError.Code.biometryDisconnected

The device supports biometry only using a removable accessory, but the paired accessory isn’t connected.

## Declaration

```swift
case biometryDisconnected
```

## See Also

### Biometry failure

- [biometryLockout](localauthentication/laerror-swift.struct/code/biometrylockout.md)
- [biometryNotAvailable](localauthentication/laerror-swift.struct/code/biometrynotavailable.md)
- [biometryNotEnrolled](localauthentication/laerror-swift.struct/code/biometrynotenrolled.md)
- [LAError.Code.biometryNotPaired](localauthentication/laerror-swift.struct/code/biometrynotpaired.md)
- [LAError.Code.touchIDLockout](localauthentication/laerror-swift.struct/code/touchidlockout.md)
- [LAError.Code.touchIDNotAvailable](localauthentication/laerror-swift.struct/code/touchidnotavailable.md)
- [LAError.Code.touchIDNotEnrolled](localauthentication/laerror-swift.struct/code/touchidnotenrolled.md)
