[roll] Roll fuchsia [ffx][target] Define ConnectionStreamError

Replace the generic `anyhow::Error` used in connection error channels
with a strongly-typed concrete enum `ConnectionStreamError`.

This improves the purity and type-safety of the internal target
connection management, ensuring specific failure conditions (such as
Overnet read/write failures or forwarded SSH stderr logs) are
explicitly represented rather than relying on string-erased generic
errors.

Updated the error queues in `FDomainConnection`, `OvernetConnection`,
`FidlPipe`, and `FakeOvernet` to transmit this new concrete error type,
and adjusted all corresponding unit tests to verify the new behavior.

Test: Ran `fx test ffx_target_lib_test` successfully.

Original-Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1603449
Original-Original-Revision: 659cbd3cae6bc20545e6750ca30877c458061966
GitOrigin-RevId: 69a6557f376fcc93eee98f2c430ff80f86bf2199
Change-Id: I6a5d4f849fe9bd867e8b1236158c2fec2e2dc02e
1 file changed
tree: 11e36527c8adf7db9eefd8be33ce2b5d0e1bb1ed
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
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.