You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Try to write a <see cref="Mvc.ProblemDetails"/> response to the current context,
13
+
/// Write a <see cref="Mvc.ProblemDetails"/> response to the current context,
14
14
/// using the registered <see cref="IProblemDetailsWriter"/> services.
15
15
/// </summary>
16
16
/// <param name="context">The <see cref="ProblemDetailsContext"/> associated with the current request/response.</param>
@@ -21,5 +21,24 @@ public interface IProblemDetailsService
21
21
/// <item><description>All <see cref="IProblemDetailsWriter"/> were executed and none of them was able to write the response successfully.</description></item>
22
22
/// </list>
23
23
/// </remarks>
24
+
/// <exception cref="InvalidOperationException">If no <see cref="IProblemDetailsWriter"/> can write to the given context.</exception>
/// are processed in sequence and the processing is completed when:
34
+
/// <list type="bullet">
35
+
/// <item><description>One of them reports that the response was written successfully, or.</description></item>
36
+
/// <item><description>All <see cref="IProblemDetailsWriter"/> were executed and none of them was able to write the response successfully.</description></item>
0 commit comments