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

Function CommandFailureWithMetaData

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

Source from the content-addressed store, hash-verified

83 * the plain error — wrapping/unwrapping is handled internally by the routing layer.
84 */
85export const CommandFailureWithMetaData = <E extends S.Top>(error: E) =>
86 S.Struct({ _tag: S.Literal("CommandFailureWithMetaData"), error, metadata: CommandMetaData })
87
88/**
89 * Stream chunk schema for stream responses with metadata.

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…