MCPcopy Index your code
hub / github.com/simstudioai/sim / onError

Function onError

apps/sim/lib/core/utils/stream-limits.ts:207–209  ·  view source on GitHub ↗
(error: unknown)

Source from the content-addressed store, hash-verified

205 }
206
207 const onError = (error: unknown) => {
208 finish(() => reject(error))
209 }
210
211 if (options.signal?.aborted) {
212 onAbort()

Callers 2

post.test.tsFile · 0.50
sendIpcRequestFunction · 0.50

Calls 1

finishFunction · 0.70

Tested by

no test coverage detected