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

Class

packages/core/api/src/handlers/executions.ts:28–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26 * and the binding UI that ships with sharing can key off `role`/`integration`.
27 */
28class ArtifactActionError extends Schema.TaggedErrorClass<ArtifactActionError>()(
29 "ArtifactActionError",
30 {
31 error: Schema.Literals(["invalid_action_code", "artifact_unavailable", "binding_unresolved"]),

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected