Package-level declarations
Types
Link copied to clipboard
open class PayjpApiException(val message: String, val cause: Throwable, val httpStatusCode: Int, val apiError: ApiError, val source: String?) : RuntimeException
PayjpApiException
Link copied to clipboard
class PayjpCardException(val message: String, val cause: Throwable, val apiError: ApiError, val source: String) : PayjpApiException
PayjpCardException problem about card
Link copied to clipboard
Exception for card form error
Link copied to clipboard
class PayjpRateLimitException(val message: String, val cause: Throwable, val apiError: ApiError, val source: String) : PayjpApiException
PayjpRateLimitException Too many requests in a very short period.