Errors
DSAR-BE-1207: MANIFEST_ARTIFACT_DOWNLOAD_FAILED
Alpha
DSAR is currently in alpha. APIs, package surfaces, configuration, and documentation may change as the project evolves.
Meaning
Download of a fulfilment manifest artifact from storage failed. The requested file could not be retrieved.
Probable Causes
- The artifact (identified by
artifactId) does not exist in storage. - The artifact's storage key does not belong to the target request (cross-request access denied).
- The storage adapter is not configured (running with "stub" storage).
- The storage adapter encountered a read error (network timeout, permission denied).
How to Fix
- Verify the
artifactIdis correct. The request query parameter usesartifactIdto find an artifact entry in the manifest'sartifactsarray, then the server uses that artifact'sstorageKeyfor the actual storage lookup. - Ensure the resolved artifact storage key belongs to the correct request ID.
- Check storage connectivity and permissions if the adapter is correctly configured.
Retryable
Yes — if the storage adapter was temporarily unavailable, retrying the download may succeed.