---
title: readerErrorRadioDisabled
framework: corenfc
role: symbol
role_heading: Type Property
path: corenfc/nfcreadererror-swift.struct/readererrorradiodisabled
---

# readerErrorRadioDisabled

The NFC wireless radio on the device is disabled.

## Declaration

```swift
static var readerErrorRadioDisabled: NFCReaderError.Code { get }
```

## Discussion

Discussion This condition happens, for example, when a person enables airplane mode on their device.

## See Also

### Other Errors

- [readerErrorUnsupportedFeature](corenfc/nfcreadererror-swift.struct/readererrorunsupportedfeature.md)
- [readerErrorInvalidParameter](corenfc/nfcreadererror-swift.struct/readererrorinvalidparameter.md)
- [readerErrorInvalidParameterLength](corenfc/nfcreadererror-swift.struct/readererrorinvalidparameterlength.md)
- [readerErrorParameterOutOfBound](corenfc/nfcreadererror-swift.struct/readererrorparameteroutofbound.md)
- [readerErrorSecurityViolation](corenfc/nfcreadererror-swift.struct/readererrorsecurityviolation.md)
