FailedResponseWrapper

class FailedResponseWrapper<T>(val errorCode: Int?, val errorMsg: String?) : ResponseWrapper<T>

Fail response.

Parameters

errorCode

get by BaseApiRspWrapper.getErrorCode of the api response item.

errorMsg

get by BaseApiRspWrapper.getErrorMsg of the api response item.

Constructors

Link copied to clipboard
constructor(errorCode: Int?, errorMsg: String?)

Properties

Link copied to clipboard
Link copied to clipboard