I have a WCF RESTful service and am trying to sketch out how I will handle errors on the server and various clients. The service will be accessible from both web (jQuery) and iOS products. Here is a look at how I'm throwing errors on the service:I have a WCF RESTful service and am trying to s