[roll] Roll fuchsia [network/fidl] Move error variants to CommitError

Move the MATCHER_UNVAILABLE and INVALID_ACTION_FOR_ROUTINE variants of
fuchsia.net.filter/ChangeValidationError to CommitError, since they will
be validated only on commit. This is because doing this validation
requires stateful analysis of all filtering state, not just the pending
changes, so it makes sense to only perform that validation on commit.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/980693
Original-Revision: c539dc421e555b2ed634e86530a83d53494c99b6
GitOrigin-RevId: 51d48f2b9d8affa6ccceed1bfb3a6a7442a2404f
Change-Id: If3f99c708fdf6a9af9ea7f123a2104f45a5c2ce6
1 file changed
tree: 6f84b4fb42fd5c86c9e333cbb837228dd10b896d
  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.