| 218 | /** No artifact with this id is visible to the bound owner scope — it was never |
| 219 | * saved, was deleted, or belongs to another subject. */ |
| 220 | export class ArtifactNotFoundError extends Schema.TaggedErrorClass<ArtifactNotFoundError>()( |
| 221 | "ArtifactNotFoundError", |
| 222 | { id: ArtifactId }, |
| 223 | ) { |
nothing calls this directly
no outgoing calls
no test coverage detected