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

Method reportError

src/fl/remote/remote.cpp.hpp:115–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113// Error Reporting
114
115void Remote::reportError(const fl::string& message) {
116 fl::json params = fl::json::object();
117 params.set("message", message);
118 reportError(params);
119}
120
121void Remote::reportError(const fl::json& data) {
122 if (!mResponseSink) {

Callers

nothing calls this directly

Calls 1

setMethod · 0.45

Tested by

no test coverage detected