IRestExceptionDecoder Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 IRestExceptionDecoder
type IRestExceptionDecoder = interface
Public Interface IRestExceptionDecoder
- Derived
Methods
DecodeException(Exception, HttpStatusCode, String, Boolean) |
Decode details of the exception. |