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

# LAError.Code.systemCancel

The system canceled authentication.

## Declaration

```swift
case systemCancel
```

## Discussion

Discussion This might happen if another app comes to the foreground while your app displays the authentication dialog.

## See Also

### Cancellation

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