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

Method dieMessage

packages/effect/src/StreamEmit.ts:44–44  ·  view source on GitHub ↗

* Terminates with a cause that dies with a `Throwable` with the specified * message.

(message: string)

Source from the content-addressed store, hash-verified

42 * message.
43 */
44 dieMessage(message: string): Promise<B>
45
46 /**
47 * Either emits the specified value if this `Exit` is a `Success` or else

Callers 15

executeStreamFunction · 0.65
alterAnnotationSafeFunction · 0.65
executeStreamFunction · 0.65
executeStreamFunction · 0.65
executeStreamFunction · 0.65
executeStreamFunction · 0.65
makeFunction · 0.65
sendFunction · 0.65
traversing.test.tsFile · 0.65
sequencing.test.tsFile · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected