Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/FlowiseAI/Flowise
/ getErrorMessage
Function
getErrorMessage
packages/ui/src/utils/errorHandler.js:17–19 ·
view source on GitHub ↗
(error)
Source
from the content-addressed store, hash-verified
15
}
16
17
export
const
getErrorMessage = (error) => {
18
return
toErrorWithMessage(error).message
19
}
Callers
10
ProfileSection
Function · 0.90
sanitizeTool
Function · 0.90
sanitizeChatflow
Function · 0.90
sanitizeVariable
Function · 0.90
sanitizeAssistant
Function · 0.90
sanitizeCustomTemplate
Function · 0.90
sanitizeDocumentStore
Function · 0.90
sanitizeExecution
Function · 0.90
stringify
Function · 0.90
exportData
Function · 0.90
Calls
1
toErrorWithMessage
Function · 0.70
Tested by
no test coverage detected