ErrInfo

data class ErrInfo(val code: Int, val message: String, val data: JsonElement = JsonNull)(source)

如果返回值不是成功的响应码,ErrInfo 则为统一的错误码响应格式。

Constructors

Link copied to clipboard
constructor(code: Int, message: String, data: JsonElement = JsonNull)

Properties

Link copied to clipboard
val code: Int
Link copied to clipboard
Link copied to clipboard

Inherited functions

Link copied to clipboard

提供 ErrInfoHttpStatusCode ,构建一个 QQGuildApiException 并抛出。