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

Class

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

Source from the content-addressed store, hash-verified

245/** No artifact with this id is visible to the bound owner scope — it was never
246 * saved, was deleted, or belongs to another subject. */
247export class ArtifactNotFoundError extends Schema.TaggedErrorClass<ArtifactNotFoundError>()(
248 "ArtifactNotFoundError",
249 { id: ArtifactId },
250) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected