---
title: loadingThrottled
framework: mapkit
role: symbol
role_heading: Type Property
path: mapkit/mkerror/loadingthrottled
---

# loadingThrottled

The data didn’t load because data throttling is in effect.

## Declaration

```swift
static var loadingThrottled: MKError.Code { get }
```

## Discussion

Discussion This error can occur if an app makes frequent requests for data over a short period of time.

## See Also

### Error codes

- [decodingFailed](mapkit/mkerror/decodingfailed.md)
- [directionsNotFound](mapkit/mkerror/directionsnotfound.md)
- [placemarkNotFound](mapkit/mkerror/placemarknotfound.md)
- [serverFailure](mapkit/mkerror/serverfailure.md)
- [unknown](mapkit/mkerror/unknown.md)
- [MKError.Code](mapkit/mkerror/code.md)
