MCPcopy Create free account
hub / github.com/FastLED/FastLED / internal_error

Method internal_error

src/fl/stl/asio/http/server.cpp.hpp:220–224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

218}
219
220Response Response::internal_error(const string& message) {
221 Response resp;
222 resp.status(500).body(message + "\n");
223 return resp;
224}
225
226string Response::to_string() const {
227 string result;

Callers

nothing calls this directly

Calls 2

statusMethod · 0.80
ResponseClass · 0.70

Tested by

no test coverage detected