Property
internalServerError
500 Internal Server Error response.
static var internalServerError: HTTPResponse { get }
Discussion
Returned when an unexpected error occurs while processing the request.
See Also
Creating Error Responses
?
badRequest
400 Bad Request response.
?
forbidden
403 Forbidden response.
?
notFound
404 Not Found response.
?
methodNotAllowed
405 Method Not Allowed response.