HttpServiceError

data class HttpServiceError(val httpCode: Reason.HttpServiceError.Code? = null, val undefinedCode: Int? = null) : Reason

Constructors

Link copied to clipboard
constructor(httpCode: Reason.HttpServiceError.Code? = null, undefinedCode: Int? = null)

Types

Link copied to clipboard

http服务返回的错误码

Properties

Link copied to clipboard
Link copied to clipboard
val undefinedCode: Int? = null