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