Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
23
export
const
getErrorMessage = (error: unknown) => {
24
return
toErrorWithMessage(error).message
25
}
Callers
15
createPrediction
Function · 0.90
createAndStreamInternalPrediction
Function · 0.90
createWebhook
Function · 0.90
executeNode
Function · 0.90
executeAgentFlow
Function · 0.90
executeCustomNodeFunction
Function · 0.90
upsertVector
Function · 0.90
buildAgentGraph
Function · 0.90
compileMultiAgentsGraph
Function · 0.90
compileSeqAgentsGraph
Function · 0.90
addChatflowsCount
Function · 0.90
createFileAttachment
Function · 0.90
Calls
1
toErrorWithMessage
Function · 0.70
Tested by
no test coverage detected