RateLimitError

public class RateLimitError : CustomStringConvertible, JSONRepresentable

Error occurred because the app is being rate limited.

  • The reason why the app is being rate limited.

    Declaration

    Swift

    public let reason: Auth.RateLimitReason
  • The number of seconds that the app should wait before making another request.

    Declaration

    Swift

    public let retryAfter: UInt64
  • Declaration

    Swift

    public var description: String { get }