TooManyRequestsError

class TooManyRequestsError(val retryAfterSeconds: Int? = null, cause: Throwable? = null) : WeConnectException

HTTP 429 -- the BFF API rate limit was exceeded.

Constructors

Link copied to clipboard
constructor(retryAfterSeconds: Int? = null, cause: Throwable? = null)

Properties

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

Seconds until the next request is allowed, if the server provided the header.

Link copied to clipboard
Link copied to clipboard