"Response From Service" section may be confusing for non-REST errors #2345
Labels
bug
Something isn't working
priority-low
Legit issue but cosmetic or nice-to-have
severity-low
Bug that makes the usage of the Zowe less convenient but doesn't impact key use cases
The "Response From Service" section is helpful for diagnosing HTTP errors. For other types of errors it may present a duplicate message that is potentially misleading if the error is client-side and there was no response from the service, e.g.:
A suggested fix would be to only populate this section when the error is handled by
AbstractRestClient.populateError
.The text was updated successfully, but these errors were encountered: