Log Specific Error Reasons from the VVP API #171
Labels
kind/feature
New feature or request
size/small
A small-ish project
status/help-wanted
Extra attention is needed
Milestone
Currently, errors coming from requests to the VVP API are logged with their HTTP reason and message. The message can be vague and not enough information to track down the root issue.
Describe the solution you'd like
There are more fields available on the error response objects, such as the
.errors
array. We should ensure that array is marshalled if available and include the messages in the error log.The text was updated successfully, but these errors were encountered: