@Override
 protected Object wrapNonUnmarshallableResponseWithPOJO(RestResponse r)
     throws UnsupportedEncodingException {
   return new Errors(
       new Error(ErrorCodes.CANT_UNMARSHAL_RESPONSE, r.toString(), r.getHttpStatus()));
 }