You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From #176 (comment) we see that the error gives enough context to know more or less it fails, but for complex resource fetching we do not know 100% where it failed on the function
Proposal
Add more context to the errors, wrapping them instead of returning them so then we have more context.
Implementation
As we still have #93 what we should use is the errors.Wrapf and add context this way.
Open issues (if applicable)
The text was updated successfully, but these errors were encountered:
Abstract
From #176 (comment) we see that the error gives enough context to know more or less it fails, but for complex resource fetching we do not know 100% where it failed on the function
Proposal
Add more context to the errors, wrapping them instead of returning them so then we have more context.
Implementation
As we still have #93 what we should use is the
errors.Wrapf
and add context this way.Open issues (if applicable)
The text was updated successfully, but these errors were encountered: