---
title: biometryNotEnrolled
framework: localauthentication
role: symbol
role_heading: Type Property
path: localauthentication/laerror-swift.struct/code/biometrynotenrolled
---

# biometryNotEnrolled

The user has no enrolled biometric identities.

## Declaration

```swift
static var biometryNotEnrolled: LAError.Code { get }
```

## See Also

### Biometry failure

- [LAError.Code.biometryDisconnected](localauthentication/laerror-swift.struct/code/biometrydisconnected.md)
- [biometryLockout](localauthentication/laerror-swift.struct/code/biometrylockout.md)
- [biometryNotAvailable](localauthentication/laerror-swift.struct/code/biometrynotavailable.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)
