I override RestDataSource.transformResponse(DSResponse response, DSRequest request, Object data), and it gets called fine when a response is received with status = 0. When my server side returns a status -1, my transformResponse does still gets called, but with a status 0? I allready tried setting dsRequest.setWillHandleError(true);
thanks!
Bas
thanks!
Bas
Comment