RateLimitException
class RateLimitException(val stripeError: StripeError? = null, val requestId: String? = null, message: String? = stripeError?.message, cause: Throwable? = null) : StripeException
An Exception indicating that too many requests have hit the API too quickly.
Constructors
Link copied to clipboard
constructor(stripeError: StripeError? = null, requestId: String? = null, message: String? = stripeError?.message, cause: Throwable? = null)