Snap for 11381838 from 122b650086c75800932494e1c38ee9e3bcc184ef to mainline-odp-release

Change-Id: I525320d4beb0e777ff45d255610feb0fdb3bb46f
diff --git a/src/rust/uwb_core/src/uci/error.rs b/src/rust/uwb_core/src/uci/error.rs
index 3f040eb..ed5850a 100644
--- a/src/rust/uwb_core/src/uci/error.rs
+++ b/src/rust/uwb_core/src/uci/error.rs
@@ -29,6 +29,7 @@
         | StatusCode::UciStatusErrorCccSeBusy
         | StatusCode::UciStatusErrorCccLifecycle => Err(Error::ProtocolSpecific),
         StatusCode::UciStatusCommandRetry => Err(Error::CommandRetry),
+        StatusCode::UciStatusRegulationUwbOff => Err(Error::RegulationUwbOff),
         _ => Err(Error::Unknown),
     }
 }