---
title: INSetRadioStationIntentResponseCode.failureNotSubscribed
framework: intents
role: symbol
role_heading: Case
path: intents/insetradiostationintentresponsecode/failurenotsubscribed
---

# INSetRadioStationIntentResponseCode.failureNotSubscribed

You were unable to change the radio station because the user doesn’t have a subscription to the corresponding service.

## Declaration

```swift
case failureNotSubscribed
```

## Discussion

Discussion For example, use this code if the user selects a satellite radio station but doesn’t subscribe to the satellite service.

## See Also

### Constants

- [INSetRadioStationIntentResponseCode.unspecified](intents/insetradiostationintentresponsecode/unspecified.md)
- [INSetRadioStationIntentResponseCode.ready](intents/insetradiostationintentresponsecode/ready.md)
- [INSetRadioStationIntentResponseCode.inProgress](intents/insetradiostationintentresponsecode/inprogress.md)
- [INSetRadioStationIntentResponseCode.success](intents/insetradiostationintentresponsecode/success.md)
- [INSetRadioStationIntentResponseCode.failure](intents/insetradiostationintentresponsecode/failure.md)
- [INSetRadioStationIntentResponseCode.failureRequiringAppLaunch](intents/insetradiostationintentresponsecode/failurerequiringapplaunch.md)
