---
title: MarketplaceKitError.missingAgeRatingExceptionRequest
framework: marketplacekit
role: symbol
role_heading: Case
path: marketplacekit/marketplacekiterror/missingageratingexceptionrequest
---

# MarketplaceKitError.missingAgeRatingExceptionRequest

An error that indicates the app needs to request an age-rating exception.

## Declaration

```swift
case missingAgeRatingExceptionRequest
```

## Mentioned in

Providing age-rating appropriate content

## Discussion

Discussion The framework throws this error if your app calls presentAgeExceptionApproveInPersonSheet() when there’s no age-rating exception requests for the app in the currentAgeExceptionRequests() list.

## See Also

### Age-rating errors

- [MarketplaceKitError.ageRatingExceptionNotNeeded](marketplacekit/marketplacekiterror/ageratingexceptionnotneeded.md)
- [MarketplaceKitError.ratingRestricted](marketplacekit/marketplacekiterror/ratingrestricted.md)
