RateLimited

class RateLimited(val reason: String) : ClientException

The server asked for a slower pace: too many failed sign-ins, or the recipient's queue is full. Back off and retry.

Constructors

Link copied to clipboard
constructor(reason: String)

Properties

Link copied to clipboard
open override val message: String
Link copied to clipboard