---
title: LAError
framework: localauthentication
role: symbol
role_heading: Structure
path: localauthentication/laerror-swift.struct
---

# LAError

Errors issued by the LocalAuthentication framework.

## Declaration

```swift
struct LAError
```

## Topics

### Error Characteristics

- [LAErrorDomain](localauthentication/laerrordomain.md)

### Error Codes

- [appCancel](localauthentication/laerror-swift.struct/appcancel.md)
- [systemCancel](localauthentication/laerror-swift.struct/systemcancel.md)
- [userCancel](localauthentication/laerror-swift.struct/usercancel.md)
- [biometryDisconnected](localauthentication/laerror-swift.struct/biometrydisconnected.md)
- [biometryLockout](localauthentication/laerror-swift.struct/biometrylockout.md)
- [biometryNotAvailable](localauthentication/laerror-swift.struct/biometrynotavailable.md)
- [biometryNotEnrolled](localauthentication/laerror-swift.struct/biometrynotenrolled.md)
- [biometryNotPaired](localauthentication/laerror-swift.struct/biometrynotpaired.md)
- [touchIDLockout](localauthentication/laerror-swift.struct/touchidlockout.md)
- [touchIDNotAvailable](localauthentication/laerror-swift.struct/touchidnotavailable.md)
- [touchIDNotEnrolled](localauthentication/laerror-swift.struct/touchidnotenrolled.md)
- [authenticationFailed](localauthentication/laerror-swift.struct/authenticationfailed.md)
- [invalidContext](localauthentication/laerror-swift.struct/invalidcontext.md)
- [invalidDimensions](localauthentication/laerror-swift.struct/invaliddimensions.md)
- [notInteractive](localauthentication/laerror-swift.struct/notinteractive.md)
- [passcodeNotSet](localauthentication/laerror-swift.struct/passcodenotset.md)
- [userFallback](localauthentication/laerror-swift.struct/userfallback.md)
- [watchNotAvailable](localauthentication/laerror-swift.struct/watchnotavailable.md)
- [LAError.Code](localauthentication/laerror-swift.struct/code.md)

### Type Properties

- [companionNotAvailable](localauthentication/laerror-swift.struct/companionnotavailable.md)
- [errorDomain](localauthentication/laerror-swift.struct/errordomain.md)

## Relationships

### Conforms To

- [CustomNSError](foundation/customnserror.md)
- [Equatable](swift/equatable.md)
- [Error](swift/error.md)
- [Hashable](swift/hashable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Errors

- [LAError.Code](localauthentication/laerror-swift.struct/code.md)
- [LAErrorDomain](localauthentication/laerrordomain.md)
