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

# LAError.Code.userCancel

The user tapped the cancel button in the authentication dialog.

## Declaration

```swift
case userCancel
```

## See Also

### Cancellation

- [LAError.Code.appCancel](localauthentication/laerror-swift.struct/code/appcancel.md)
- [LAError.Code.systemCancel](localauthentication/laerror-swift.struct/code/systemcancel.md)
