Actions
Issue #3387
closedImprove error message when uploading a file already in Pulp3
Start date:
Due date:
Estimated time:
Severity:
1. Low
Version:
Platform Release:
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Sprint 88
Quarter:
Description
Add a more descriptive error message when uploading a file already in Pulp.
Right now, when using POST /api/v3/artifacts/, with a file that already exists in Pulp is sending back a HTTP 400, and the following message.
{'non_field_errors': ['sha512 checksum must be unique.']}
Related issues
Updated by amacdona@redhat.com almost 6 years ago
- Related to Story #3681: Have the artifact upload return the artifact href if the artifact already exists added
Updated by daviddavis about 4 years ago
- Has duplicate Story #3681: Have the artifact upload return the artifact href if the artifact already exists added
Updated by daviddavis about 4 years ago
- Related to deleted (Story #3681: Have the artifact upload return the artifact href if the artifact already exists)
Updated by daviddavis almost 4 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to daviddavis
Updated by pulpbot almost 4 years ago
- Status changed from ASSIGNED to POST
Added by daviddavis almost 4 years ago
Updated by daviddavis almost 4 years ago
- Status changed from POST to MODIFIED
Applied in changeset pulpcore|d5338184e1996668dc696888acf6b2c07a1c8191.
Updated by pulpbot almost 4 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Actions
Have a more descriptive artifact error message
fixes #3387