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

# CardSession.Error.invalidated

The system invalidated the card session.

## Declaration

```swift
case invalidated
```

## Discussion

Discussion Handle this error by creating a new card session.

## See Also

### Card session errors

- [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.systemEligibilityFailed](corenfc/cardsession/error/systemeligibilityfailed.md)
- [CardSession.Error.emulationStopped](corenfc/cardsession/error/emulationstopped.md)
- [CardSession.Error.radioDisabled](corenfc/cardsession/error/radiodisabled.md)
