Open JonathanMace opened 11 months ago
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.
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.