in src/app/devices/cloudToDeviceMessage/saga.ts [51:61]
yield call(raiseNotificationToast, {
id: toastId,
text: {
translationKey: ResourceKeys.notifications.cloudToDeviceMessageOnError,
translationOptions: {
deviceId: action.payload.deviceId,
error,
},
},
type: NotificationType.error
});