MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor /

Class

packages/core/sdk/src/fuma-runtime.ts:36–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34 * typed signal instead of driver strings.
35 */
36export class StorageConnectionError extends Data.TaggedError("StorageConnectionError")<{
37 readonly message: string;
38 readonly label: string;
39 readonly code: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected