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.
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.