MCPcopy 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
23export const getErrorMessage = (error: unknown) => {
24 return toErrorWithMessage(error).message
25}

Callers 3

handleToolCallsMethod · 0.90
_callMethod · 0.90

Calls 1

toErrorWithMessageFunction · 0.70

Tested by

no test coverage detected