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
errors.Errorf creates errors with stack traces; fmt.Errorf does not.
In most cases stack traces are useful. This issue is to go over the code base, changing the use of fmt.Errorf to errors.Errorf or blueprint.Errorf where appropriate.
The text was updated successfully, but these errors were encountered:
errors.Errorf creates errors with stack traces; fmt.Errorf does not.
In most cases stack traces are useful. This issue is to go over the code base, changing the use of fmt.Errorf to errors.Errorf or blueprint.Errorf where appropriate.
The text was updated successfully, but these errors were encountered: