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

Class

packages/core/sdk/src/errors.ts:91–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89
90/** Tool row exists but its owning plugin isn't loaded in this executor config. */
91export class PluginNotLoadedError extends Schema.TaggedErrorClass<PluginNotLoadedError>()(
92 "PluginNotLoadedError",
93 {
94 address: ToolAddress,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected