Closed stoyanr closed 4 years ago
How to categorize this PR?
/area quality /kind technical-debt /priority normal /platform kubevirt
What this PR does / why we need it: Ensures consistent error wrapping and error messages:
errors.Wrap
errors.Wrapf
errors.New
errors.Errorf
fmt.Errorf
%q
Which issue(s) this PR fixes: Fixes #
Special notes for your reviewer:
Release note:
NONE
/cc @mfranczy
How to categorize this PR?
/area quality /kind technical-debt /priority normal /platform kubevirt
What this PR does / why we need it: Ensures consistent error wrapping and error messages:
errors.Wrap
orerrors.Wrapf
.errors.New
anderrors.Errorf
.fmt.Errorf
is avoided.%q
in error messages.Which issue(s) this PR fixes: Fixes #
Special notes for your reviewer:
Release note: