Errors

DSAR-BE-1206: MANIFEST_ARTIFACT_UPLOAD_FAILED

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

  1. Ensure a real storage adapter is configured (not "stub") — check the backend configuration.
  2. Verify the file is non-empty before uploading.
  3. 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.

Minimal Trigger Example