/tripkit/TripKitAndroid/com.skedgo.network/BaseResponse

BaseResponse

\ data class BaseResponse<T>(val errorCode: Int = -1, val error: String = "", val data: T? = null)

Constructors

BaseResponse constructor(errorCode: Int = -1, error: String = "", data: T? = null)

Properties

Name Summary
data val data: T? = null
error val error: String
errorCode val errorCode: Int