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
feat: add error wrapping support to ResolutionError (#438)
* feat: add error wrapping support to ResolutionError
Add the ability to preserve original errors in ResolutionError.
This enables providers to wrap underlying errors while maintaining
backward compatibility, allowing callers to use errors.Is() and
errors.As() for error inspection.
Signed-off-by: Roman Dmytrenko <[email protected]>
* address PR feedback
Signed-off-by: Roman Dmytrenko <[email protected]>
* address PR feedback
Signed-off-by: Roman Dmytrenko <[email protected]>
---------
Signed-off-by: Roman Dmytrenko <[email protected]>
0 commit comments