RateLimitException

class RateLimitException : OloPayException

An exception indicating the rate limit has been exceeded and you need to wait to try again

Constructors

RateLimitException
Link copied to clipboard
fun RateLimitException(message: String?)

Create an instance of this class with the given message

RateLimitException
Link copied to clipboard
fun RateLimitException(throwable: Throwable)

Create an instance of this class with the given throwable