Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlowiseAI/Flowise
/ getErrorMessage
Function
getErrorMessage
packages/components/src/error.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
3
handleToolCalls
Method · 0.90
handleResumedToolCalls
Method · 0.90
_call
Method · 0.90
Calls
1
toErrorWithMessage
Function · 0.70
Tested by
no test coverage detected