IRestExceptionDecoder
interface
Namespace: Orleans.Storage
Interface to be optionally implemented by storage to return richer exception details. TODO: Remove this interface. Move to decorator pattern for monitoring purposes. - jbragg
public interface IRestExceptionDecoderMethods
DecodeException(Exception, HttpStatusCode, string, bool)Decode details of the exception.
