MCPcopy Create free account
hub / github.com/effect-app/libs / StreamFailureChunk

Function StreamFailureChunk

packages/effect-app/src/rpc/Invalidation.ts:116–117  ·  view source on GitHub ↗
(error: E)

Source from the content-addressed store, hash-verified

114 * accumulated thus far.
115 */
116export const StreamFailureChunk = <E extends S.Top>(error: E) =>
117 S.Struct({ _tag: S.Literal("error"), error, metadata: CommandMetaData })
118
119export type StreamFailureChunk<E> = { readonly _tag: "error"; readonly error: E; readonly metadata: CommandMetaData }
120

Callers 1

Invalidation.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…