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

Class

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

Source from the content-addressed store, hash-verified

218/** No artifact with this id is visible to the bound owner scope — it was never
219 * saved, was deleted, or belongs to another subject. */
220export class ArtifactNotFoundError extends Schema.TaggedErrorClass<ArtifactNotFoundError>()(
221 "ArtifactNotFoundError",
222 { id: ArtifactId },
223) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected