We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c55adcf commit 91a282eCopy full SHA for 91a282e
Sources/OpenAPIRuntime/Interface/ErrorHandlingMiddleware.swift
@@ -19,7 +19,7 @@ import HTTPTypes
19
/// Inclusion of ``ErrorHandlingMiddleware`` should be accompanied by conforming errors to the ``HTTPResponseConvertible`` protocol.
20
/// Errors not conforming to ``HTTPResponseConvertible`` are converted to a response with the 500 status code.
21
///
22
-/// Example usage
+/// ## Example usage
23
/// 1. Create an error type that conforms to HTTPResponseConvertible protocol:
24
25
/// ```swift
0 commit comments