[roll] Roll fuchsia [ffx][repo] Fixing handling no target device

This fixes the early validation that there is a target device
when starting the package server without the `--no-device` option.

Some changes to the structure of the ffx_command_error::Error data
made it impossible to go from a fho::Error to a FfxTargetError in
order to determine the cause.

This change updates the FfxError type to use the underlying FfxTargetError
as the "source" of the error, which allows accessing it and downcast it
correctly.

Original-Bug: 407770719
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1243884
Original-Revision: 197b9542179e7a7f26aed78976127f058e9ac0c1
GitOrigin-RevId: 1bc7f47f7ac5c595aef67a5e63dcd26fd7d148d0
Change-Id: I47a1376adeac8c861a1f10397d80e9f58ad872cc
1 file changed
tree: 59582427e3ba9e2bcff86d9bea9cc5d5cef972e5
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance in one of the communication channels documented at get involved.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.