MCPcopy
hub / github.com/Effect-TS/effect / error

Function error

packages/ai/amazon-bedrock/src/EventStreamEncoding.ts:107–109  ·  view source on GitHub ↗
(cause)

Source from the content-addressed store, hash-verified

105 ).pipe(Effect.catchAll((error) => mailbox.fail(error)))
106 },
107 error(cause) {
108 return mailbox.failCause(cause)
109 },
110 done() {
111 return mailbox.end
112 }

Callers

nothing calls this directly

Calls 1

failCauseMethod · 0.80

Tested by

no test coverage detected