MCPcopy Index your code
hub / github.com/QLHazyCoder/FlowPilot / getErrorMessage

Function getErrorMessage

background/logging-status.js:55–57  ·  view source on GitHub ↗
(error)

Source from the content-addressed store, hash-verified

53 }
54
55 function getErrorMessage(error) {
56 return String(typeof error === 'string' ? error : error?.message || '');
57 }
58
59 function isVerificationMailPollingError(error) {
60 const message = getErrorMessage(error);

Callers 6

appendAccountRunRecordFunction · 0.70
autoRunLoopFunction · 0.70
executeStep6Function · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected