(error: E)
| 83 | * the plain error — wrapping/unwrapping is handled internally by the routing layer. |
| 84 | */ |
| 85 | export 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. |
no outgoing calls
no test coverage detected
searching dependent graphs…