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

# LAError.Code.notInteractive

Displaying the required authentication user interface is forbidden.

## Declaration

```swift
case notInteractive
```

## Discussion

Discussion Permit the display of the authentication UI by setting the interactionNotAllowed property to false.

## See Also

### Other errors

- [LAError.Code.authenticationFailed](localauthentication/laerror-swift.struct/code/authenticationfailed.md)
- [LAError.Code.invalidContext](localauthentication/laerror-swift.struct/code/invalidcontext.md)
- [LAError.Code.invalidDimensions](localauthentication/laerror-swift.struct/code/invaliddimensions.md)
- [LAError.Code.passcodeNotSet](localauthentication/laerror-swift.struct/code/passcodenotset.md)
- [LAError.Code.userFallback](localauthentication/laerror-swift.struct/code/userfallback.md)
- [LAError.Code.watchNotAvailable](localauthentication/laerror-swift.struct/code/watchnotavailable.md)
