Errors
DSAR-BE-1206: MANIFEST_ARTIFACT_UPLOAD_FAILED
Alpha
DSAR is currently in alpha. APIs, package surfaces, configuration, and documentation may change as the project evolves.
Meaning
Upload of a fulfilment manifest artifact to storage failed. The file could not be persisted to the configured storage adapter.
Probable Causes
- The storage adapter is not configured (running with "stub" storage).
- The uploaded file body is empty (zero bytes).
- The storage adapter encountered a write error (disk full, network timeout, permission denied).
How to Fix
- Ensure a real storage adapter is configured (not "stub") — check the backend configuration.
- Verify the file is non-empty before uploading.
- Check storage connectivity and permissions if the adapter is correctly configured.
Retryable
Yes — if the storage adapter was temporarily unavailable, retrying the upload may succeed.