UrlSignException

class UrlSignException(msg: String, val code: Int) : Exception(source)

URL 签名 API 调用异常

Constructors

Link copied to clipboard
constructor(msg: String, code: Int)

Properties

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

HTTP 状态码,或签名服务返回的错误码

Link copied to clipboard
expect open val message: String?