TooManyRequestsException

Exception indicating that too many requests have been made in a given amount of time.

Constructors

Link copied to clipboard
constructor(errorId: String? = null)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard

An optional ID related to the error

Link copied to clipboard
open val message: String?