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