pub fn mock_set_fbbu_hello_error(code: Option<i32>)Expand description
Inject an error into the mock FBBU HELLO handshake.
When code is Some(status), fbbu_hello will return the
corresponding FabricError instead of
succeeding. Pass None to restore normal behavior.
Only available on native (non-WASM) targets.