Errors
DSAR-BE-1204: DELIVERY_ARTIFACT_NOT_FOUND
Alpha
DSAR is currently in alpha. APIs, package surfaces, configuration, and documentation may change as the project evolves.
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
- Submit a fulfilment callback for the request before attempting delivery operations.
- 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.