Actions
Refactor #39296
openIntroduce new error response parser helper for API calls
Status:
New
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Description
At this moment, server responses are not in same format and we don't have unified parser for that. As a result of that, we have lot LOC doing same thing. We should introduce new helper that will parse all versions of error response and replace all custom parsers across foreman and plugins. Or even better, implement it directly to APIActions.
Updated by Lukáš Ježek about 1 month ago
- Subject changed from Introduce new error response parser for API calls to Introduce new error response parser helper for API calls
Actions