| 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. */ |
| 207 | export class ArtifactNotFoundError extends Schema.TaggedErrorClass<ArtifactNotFoundError>()( |
| 208 | "ArtifactNotFoundError", |
| 209 | { id: ArtifactId }, |
| 210 | ) { |
nothing calls this directly
no outgoing calls
no test coverage detected