core / com.vmadalin.core.network.responses / BaseResponse / <init>

<init>

BaseResponse(code: Any, status: String, message: String, data: DataResponse<T>)

Generic network response for any type data T.

Parameters

code - The HTTP status code of the returned result.

status - A string description of the call status.

message - A more descriptive message of the failure call status.

data - The results returned by the call.