BaseResponse(code: Any, status: String, message: String, data: DataResponse<T>)
Generic network response for any type data T.
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.