bottlerocket-update-operator icon indicating copy to clipboard operation
bottlerocket-update-operator copied to clipboard

0.2.0: Do away with crate-wide error modules

Open cbgbt opened this issue 2 years ago • 2 comments

Error submodules are preferred for error types, and it is preferable to create multiple error classifications rather than bubbling all errors up to a single error type.

cbgbt avatar Nov 16 '21 21:11 cbgbt

Might be worth dividing this up into tasks for agent/apiserver/controller/etc to make it more tractable.

cbgbt avatar Apr 05 '22 21:04 cbgbt

We have apiserver and model left.

gthao313 avatar Jul 13 '22 22:07 gthao313