Skip to content

@armada/sdk / index / ArtifactIntegrityError

Class: ArtifactIntegrityError

Defined in: src/errors.ts:21

Extends

Constructors

Constructor

new ArtifactIntegrityError(message, options?): ArtifactIntegrityError

Defined in: src/errors.ts:6

Parameters

message

string

options?
cause?

unknown

Returns

ArtifactIntegrityError

Inherited from

ArmadaError.constructor

Properties

code

readonly code: "ARTIFACT_INTEGRITY" = 'ARTIFACT_INTEGRITY'

Defined in: src/errors.ts:22

Overrides

ArmadaError.code