IProblemDetailsService 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.
Defines a type that provide functionality to create a ProblemDetails response.
public interface IProblemDetailsService
type IProblemDetailsService = interface
Public Interface IProblemDetailsService
Methods
TryWriteAsync(ProblemDetailsContext) |
Try to write a ProblemDetails response to the current context, using the registered IProblemDetailsWriter services. |
WriteAsync(ProblemDetailsContext) |
Write a ProblemDetails response to the current context, using the registered IProblemDetailsWriter services. |