MCPcopy
hub / github.com/FlowiseAI/Flowise / getErrorMessage

Function getErrorMessage

packages/server/src/errors/utils.ts:23–25  ·  view source on GitHub ↗
(error: unknown)

Source from the content-addressed store, hash-verified

21}
22
23export const getErrorMessage = (error: unknown) => {
24 return toErrorWithMessage(error).message
25}

Callers 15

createPredictionFunction · 0.90
createWebhookFunction · 0.90
executeNodeFunction · 0.90
executeAgentFlowFunction · 0.90
upsertVectorFunction · 0.90
buildAgentGraphFunction · 0.90
compileMultiAgentsGraphFunction · 0.90
compileSeqAgentsGraphFunction · 0.90
addChatflowsCountFunction · 0.90
createFileAttachmentFunction · 0.90

Calls 1

toErrorWithMessageFunction · 0.70

Tested by

no test coverage detected