RateLimitError
open class RateLimitError : CustomStringConvertible
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
open var description: String { get }