MCPcopy Create free account
hub / github.com/3rdparty/libprocess / InternalServerError

Method InternalServerError

include/process/http.hpp:827–828  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

825struct InternalServerError : Response
826{
827 InternalServerError()
828 : InternalServerError("500 Internal Server Error.") {}
829
830 explicit InternalServerError(const std::string& body)
831 : Response(body, Status::INTERNAL_SERVER_ERROR) {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected