RateLimitException

class RateLimitException(val message: String = "Too many requests", val retryAfterMs: Long) : RuntimeException(source)

Constructors

Link copied to clipboard
constructor(message: String = "Too many requests", retryAfterMs: Long)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open override val message: String
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard