You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the provider delegate bridge on the sdk we send a general failure as the handler status rather than mapping the chip error we get to the right error code. Need to add mapping for the same.
In the provider delegate bridge on the sdk we send a general failure as the handler status rather than mapping the chip error we get to the right error code. Need to add mapping for the same.
Below is the snippet of code -
err = bdx::MakeURI(targetNodeId.GetNodeId(), AsCharSpan(data.imageURI), uri);
if (CHIP_NO_ERROR != err) {
LogErrorOnFailure(err);
handler->AddStatus(cachedCommandPath, Protocols::InteractionModel::Status::Failure);
The text was updated successfully, but these errors were encountered: