Errors

DSAR-BE-1204: DELIVERY_ARTIFACT_NOT_FOUND

Meaning

No fulfilment artifact exists for the target request. Delivery operations require a fulfilment callback to have been recorded first.

Probable Causes

  • The fulfilment callback has not been submitted for this request yet.
  • The request ID does not match any existing fulfilment artifact.
  • The artifact was purged by a retention policy.

How to Fix

  1. Submit a fulfilment callback for the request before attempting delivery operations.
  2. Verify the request ID is correct and corresponds to a request with a recorded fulfilment artifact.

Retryable

No. Retry only after a fulfilment artifact has been created for the request.

Minimal Trigger Example