Description of problem (please be detailed as possible and provide log snippests): ------------------------------------------------------------------------ Using the noobaa CLI to delete a bucketclass that doesn't exist does not result in an error as expected: ``` $ noobaa bucketclass delete non-existant-bc | grep -i err || echo "No errors :(" No errors :( ``` Version of all relevant components (if applicable): ------------------------------------------------------------------------ ODF: 4.17.0-108 noobaa core: 5.17.0-b1c72eb noobaa operator: 5.17.0-890badeb954acea07365f204e20f9443970dc560 noobaa cli: 5.17.0 Does this issue impact your ability to continue to work with the product (please explain in detail what is the user impact)? ------------------------------------------------------------------------ Mildly - the issue here is mainly inconsistency since Is there any workaround available to the best of your knowledge? Rate from 1 - 5 the complexity of the scenario you performed that caused this bug (1 - very simple, 5 - very complex)? Can this issue reproducible? Can this issue reproduce from the UI? If this is a regression, please provide more details to justify this: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info: