TooManyRequestsInterceptor

class TooManyRequestsInterceptor(tooManyRequestsResponseCode: Int = 429, customMessage: String? = null) : Interceptor

Constructors

Link copied to clipboard
constructor(tooManyRequestsResponseCode: Int = 429, customMessage: String? = null)

Functions

Link copied to clipboard
open override fun intercept(chain: Interceptor.Chain): Response