Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard

Empty response.

Link copied to clipboard
class ErrorResponseWrapper<T>(val throwable: Throwable?) : ResponseWrapper<T>

Error response.

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

Fail response.

Link copied to clipboard

Success response.