mirror of
https://github.com/xcat2/confluent.git
synced 2026-09-05 12:37:56 +00:00
8649b22605
A bare UnsupportedFunctionality() left the user with an error containing no text at all, or with no output and a success exit code, so asking a platform for something it does not implement looked like nothing had happened. Name what is unsupported at each raise, treat it as its own case in the plugins so it reads as a limitation rather than an unexpected error and does not log a traceback, and fall back to naming the exception when an exception still arrives with nothing to say. The generic redfish get_extended_bmc_configuration was also declared without async while the caller awaits it.