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

Class

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

Source from the content-addressed store, hash-verified

46 * typed signal instead of driver strings.
47 */
48export class StorageConnectionError extends Data.TaggedError("StorageConnectionError")<{
49 readonly message: string;
50 readonly label: string;
51 readonly code: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected