HttpException

class HttpException(val code: Int, message: String, val errorBody: ErrorResponseBody?) : CheckoutException

Indicates that an internal API call has failed.

Constructors

Link copied to clipboard
constructor(code: Int, message: String, errorBody: ErrorResponseBody?)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
val code: Int
Link copied to clipboard
Link copied to clipboard
open val message: String?

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
Link copied to clipboard