---
title: DockKitError.frameRateTooHigh
framework: dockkit
role: symbol
role_heading: Case
path: dockkit/dockkiterror/frameratetoohigh
---

# DockKitError.frameRateTooHigh

The call rate for the method is too frequent.

## Declaration

```swift
case frameRateTooHigh
```

## Discussion

Discussion Reduce the number of times per second you call the method.
