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
multi error is needed, currently, we just use lastErr ...
we want to have handy methods to traverse the error chain
categorize error source and types, i.e. standard library, third party, developer's fault (i.e. copy and pasted legacy code), runtime failure (network etc.)
better integration with logging package, i.e. print stack when log an error
Motivation
Ref
Wrap
Multi error
k8s