If, during conversion of a request body, my converter's (subclass of 
ConverterHelper) toObject method identifies some problem with the structure or 
content of the body, I'd like to be able to return detailed information back to 
the client in the response body (e.g. "missing field 'foo'").

However, ConverterService.toObject just squelches any exceptions thrown, and 
then ServerResource.doHandle throws a ResourceException for 
Status.CLIENT_ERROR_UNSUPPORTED_MEDIA_TYPE.

Is there a way to accomplish my goal?

------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=3071298

Reply via email to