MCPcopy Index your code
hub / github.com/FlowiseAI/Flowise / onerror

Function onerror

packages/ui/src/views/chatmessage/ChatMessage.jsx:1216–1220  ·  view source on GitHub ↗
(err)

Source from the content-addressed store, hash-verified

1214 closeResponse()
1215 },
1216 async onerror(err) {
1217 console.error('EventSource Error: ', err)
1218 closeResponse()
1219 throw err
1220 }
1221 })
1222 }
1223

Callers

nothing calls this directly

Calls 1

closeResponseFunction · 0.85

Tested by

no test coverage detected