RateLimitError
public final class RateLimitError : APIError
For requests that do hit the Contentful Delivery API enforces rate limits of 78 requests per second and 280800 requests per hour by default. Higher rate limits may apply depending on your current plan.
-
An integer specifying the amount of time to wait before requests will succeed again after the rate limit has been passed. See: https://www.contentful.com/developers/docs/references/content-delivery-api/#/introduction/api-rate-limits
Declaration
Swift
public internal(set) var timeBeforeLimitReset: Int? { get }
-
A textual representation of this instance, suitable for debugging.
Declaration
Swift
override public var debugDescription: String { get }