MCPcopy
hub / github.com/conversejs/converse.js / error

Method error

src/headless/plugins/disco/entities.js:20–23  ·  view source on GitHub ↗
(_m, e)

Source from the content-addressed store, hash-verified

18 add: true,
19 success: resolve,
20 error (_m, e) {
21 log.error(e);
22 reject (new Error("Could not fetch disco entities"));
23 }
24 });
25 });
26 }

Callers 15

setLogLevelFromRouteFunction · 0.80
handlerFunction · 0.80
initConverseFunction · 0.80
sendMarkerFunction · 0.80
sendChatStateFunction · 0.80
parseXFormFunction · 0.80
queueMessageMethod · 0.80
sendMessageMethod · 0.80
clearMessagesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected