Actions
Issue #7214
closedImprove error message for registry errors
Status:
CLOSED - CURRENTRELEASE
Priority:
Normal
Assignee:
-
Start date:
Due date:
Estimated time:
Severity:
1. Low
Version - Docker:
Platform Release:
2.21.4
Target Release - Docker:
OS:
Triaged:
No
Groomed:
No
Sprint Candidate:
No
Tags:
Pulp 2
Sprint:
Quarter:
Description
The current error message setup is misleading for the end users, as it strips away the status code, error type, and url. The users are (for example) left with 'IOError('Internal server error')' which makes then unable to determine which service is experiencing the issues. The error message should be extended to include more information.
Added by lgallovi over 4 years ago
Updated by lgallovi over 4 years ago
Updated by ipanova@redhat.com about 4 years ago
- Status changed from POST to MODIFIED
- Tags Pulp 2 added
Updated by ggainey about 4 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Actions
Improve error message for registry errors
The expanded messages are modeled after the requests library. The motivation for the change was that the current messages were misleading for the end users.