HTTPResponseError

An error that is capable of generating an HTTP response

HTTPResponseError.swift:22
protocol HTTPResponseError : ResponseGenerator, Error
Browse conforming types

By conforming to HTTPResponseError you can control how your error will be presented to the client. Errors not conforming to this will be returned with status internalServerError.