HttpException
class HttpException @JvmOverloads constructor(val httpCode: Int, val message: String, val cause: Throwable? = null) : Exception
Exception thrown when an HTTP response is not successful, i.e., the status code is not in the range 200..299.