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

Class

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

Source from the content-addressed store, hash-verified

205/** No artifact with this id is visible to the bound owner scope — it was never
206 * saved, was deleted, or belongs to another subject. */
207export class ArtifactNotFoundError extends Schema.TaggedErrorClass<ArtifactNotFoundError>()(
208 "ArtifactNotFoundError",
209 { id: ArtifactId },
210) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected