[roll] Roll fuchsia [ffx][fastboot][interface] Use FastbootTransportError in TCP/UDP transports

Migrate the TCP and UDP transport implementations for Fastboot in
src/developer/ffx/lib/fastboot/transport/interface/ to use
crate::FastbootTransportError instead of generic anyhow errors.

Replaces bail!, context, and anyhow! mappings with specific error
variants from FastbootTransportError, improving error handling
granularity.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1586258
Original-Revision: 54eb3f3ea9bc89c33a814e0ca1fad206df354ee5
GitOrigin-RevId: 2c9f12e5e22af5dd14d4a5b6e8aae5e600ce5682
Change-Id: I67b9a6a84e9f47e57cbda2bfb54bf2549fc97b8b
1 file changed
tree: f6cab00e9edb401276b05285b982cfbf800cb440
  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.