ceph-csi/internal
Sven Anderson 8393fbe40b util: simplify error handling
The sentinel error code had additional fields in the errors, that are
used nowhere.  This leads to unneccesarily complicated code.  This
change replaces the sentinel errors in utils with standard errors
created with errors.New() and adds a simple JoinErrors() function to
be able to combine sentinel errors from different code tiers.

Related: #1203

Signed-off-by: Sven Anderson <sven@redhat.com>
2020-07-23 11:16:40 +00:00
..
cephfs util: simplify error handling 2020-07-23 11:16:40 +00:00
csi-common cleanup: address gomnd warnings 2020-07-21 08:36:24 +00:00
journal util: simplify error handling 2020-07-23 11:16:40 +00:00
liveness cleanup: address godot warnings 2020-07-21 08:36:24 +00:00
rbd util: simplify error handling 2020-07-23 11:16:40 +00:00
util util: simplify error handling 2020-07-23 11:16:40 +00:00