Is ResponseStatus needed in ServiceStack?
Is ResponseStatus needed? The wiki says that we need to have a ResponseStatus property in our response DTO to handle exception serialization: https://github.com/ServiceStack/ServiceStack/wiki/Validation However it looks like ResponseStatus is generated automatically even if there is no ResponseStatus property in the response DTO. Do we need the ResponseStatus property? The Error Handling Docs explains how you can control which Services return a populated ResponseStatus DTO, i.e: Error Response Types The Error Response that gets returned when an Exception is thrown varies on whether a