Class: ArtifactNotFoundError
Defined in: packages/core/src/application/errors/artifact-not-found-error.ts:6
Thrown when a referenced artifact does not exist on a change.
Extends
Constructors
Constructor
new ArtifactNotFoundError(
artifactId,changeName):ArtifactNotFoundError
Defined in: packages/core/src/application/errors/artifact-not-found-error.ts:18
Creates a new ArtifactNotFoundError instance.
Parameters
artifactId
string
The artifact type ID that was not found
changeName
string
The change name
Returns
ArtifactNotFoundError
Overrides
Properties
cause?
optionalcause?:unknown
Defined in: node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2022.error.d.ts:26