ApiResponseException

class ApiResponseException(val response: HttpResponse, message: String? = null, cause: Throwable? = null) : KookException(source)

当API请求得到失败响应得到此异常。

Author

ForteScarlet

Constructors

Link copied to clipboard
constructor(response: HttpResponse, message: String? = null, cause: Throwable? = null)

Properties

Link copied to clipboard

响应结果

Inherited properties

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