[roll] Roll fuchsia [fidl][cpp] Better error names

Application error -> domain error
Transport error -> framework error

For the C++ API review I've capped the scope of renames to C++. Will
follow up with CLs to rename them in FIDL/JSON IR in general.

Original-Bug: 109789

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/727148
Original-Revision: c45591ea493ab327358843620427b6ff39b48c7b
GitOrigin-RevId: 8423dcb0aa7694602e5b5db107c3ca80d4d97e46
Change-Id: I3284ec9b799b20b8ab6a2cd6be361cb19f075c75
1 file changed
tree: 0d3b31589bf55d82fd68d01993b03fe3170c0c16
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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.