We have a restlet server and client. We need to pass the error status and exceptions back to the client so that the client can take appropriate actions depending on the error status code. I read about StatusService and using response.setStatus() method but I can't get the specific exceptions thrown during server side processing be displayed on client side. The DAO layer in from our server throws specific DB related exceptions and status code such as (Unique key violation etc), which the client needs to see and take appropriate actions.
Any kind of pointers / help is appreciated. Thanks Deep -- View this message in context: http://restlet-discuss.1400322.n2.nabble.com/Sending-server-side-exceptions-error-codes-back-to-client-tp7219795p7219795.html Sent from the Restlet Discuss mailing list archive at Nabble.com. ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2910705

