[roll] Roll fuchsia [audio] Clarify FIDL error enums

Take the opportunity, while we still can, to reorder and
rename the fuchsia_audio_device FIDL error codes.

Without exposing our intention to clients, during this time
before fuchsia_audio_device protocols are in the SDK we are
trying to keep FIDL error codes ordered by the sequence in
which they are (currently) evaluated during each server
call. We know that this convention isn't sustainable even
over the medium-term, so this will be the last adjustment
of this type. The new ordering should make slightly more
 sense to clients as they diagnose issues.

Along those lines, this CL also renames a few error codes
for consistency.

Original-Bug: b/307787998

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/945560
Original-Revision: 3f497e88d77d5e672d7eec204af8b08ae614adcc
GitOrigin-RevId: a39b520a23a51230ee93f30dba1304cade6256f5
Change-Id: I7bacc7edd1b3f288535cc1d22dabcf0f84f4fd32
1 file changed
tree: c6add60db74ea7c07cbdfc8cfb14fa54459fef88
  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.