HttpResponse

class HttpResponse(val status: UShort, val errorMessage: String) : EsploraException(source)

Constructors

Link copied to clipboard
constructor(status: UShort, errorMessage: String)

Properties

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