---
title: CardSession.Error.systemEligibilityFailed
framework: corenfc
role: symbol
role_heading: Case
path: corenfc/cardsession/error/systemeligibilityfailed
---

# CardSession.Error.systemEligibilityFailed

The current system setting or hardware configuation isn’t eligible to use the NFC card emulation service.

## Declaration

```swift
case systemEligibilityFailed
```

## See Also

### Card session errors

- [CardSession.Error.invalidated](corenfc/cardsession/error/invalidated.md)
- [CardSession.Error.userInvalidated](corenfc/cardsession/error/userinvalidated.md)
- [CardSession.Error.maxSessionDurationReached](corenfc/cardsession/error/maxsessiondurationreached.md)
- [CardSession.Error.transmissionError](corenfc/cardsession/error/transmissionerror.md)
- [CardSession.Error.systemNotAvailable](corenfc/cardsession/error/systemnotavailable.md)
- [CardSession.Error.accessNotAccepted](corenfc/cardsession/error/accessnotaccepted.md)
- [CardSession.Error.emulationStopped](corenfc/cardsession/error/emulationstopped.md)
- [CardSession.Error.radioDisabled](corenfc/cardsession/error/radiodisabled.md)
