LimitExceeded

@Serializable
data class LimitExceeded(val error: String? = null, val retryAfterMillis: Long) : ErrorResponse

Too many requests have been sent in a short period of time. Wait a while then try again.

Constructors

Link copied to clipboard
constructor(error: String? = null, retryAfterMillis: Long)

Properties

Link copied to clipboard
open override val error: String? = null
Link copied to clipboard