HttpError

class HttpError(val error: Throwable) : AuctionError(source)

Error that occurs when there's an HTTP-related issue

Parameters

error

The original HTTP client error

Constructors

Link copied to clipboard
constructor(error: Throwable)

Properties

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