[roll] Roll fuchsia [diagnostics][triage] Delete `Multiple` error

Triage-lib has a kind of error called "Multiple" that's a collection of
other errors, so every error can be seen and acted on.

In practice, this causes code clutter and also clutter in output. We
should treat an error more like a thrown exception (short-circuiting
evaluation), not assume that every error needs to be user-facing.

This CL deletes the Multiple error type entirely, dropping any errors
beyond the first.

It does not delete the "Ignore" error list - that may be a good idea,
but it's a separate issue.

Original-Fixed: 106637
Original-Bug: 58922
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/830778
Original-Revision: 23f65508ad2c8040aee6f3f6e5ab194beea94c6c
GitOrigin-RevId: 9a91babf96e46f16afe49995cfe830866edc0369
Change-Id: I3ebd559e64e36e568e8c87c6a05fe49184d19557
1 file changed
tree: 917b1ef19c9734b583d190a2aeb1a989d2193234
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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 via the IRC channel #fuchsia on Freenode.

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.