We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52c8926 commit e64158cCopy full SHA for e64158c
Sources/OpenAPIRuntime/Interface/ErrorHandlingMiddleware.swift
@@ -66,7 +66,7 @@ public struct ErrorHandlingMiddleware: ServerMiddleware {
66
}
67
68
69
-/// Protocol used by ErrorHandling middleware to map an error to a HTTPResponse.
+/// A protocol used by ``ErrorHandlingMiddleware`` to map an error to an `HTTPResponse` and ``HTTPBody``.
70
/// Adopters who wish to convert their application error to a HTTPResponse should confirm their error(s) to this protocol.
71
public protocol HTTPResponseConvertible {
72
0 commit comments