[roll] Roll fuchsia [fuchsia-fs] Add is_not_found_error helpers

Add helper methods to the fuchsia-fs error types to determine if the
errors represent failing to find the node. Handling NOT_FOUND errors is
common and using the helper methods is more convenient than
matching against the nested errors.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1034835
Original-Revision: d83bc725cd3c0288fbf567efca375104f8838720
GitOrigin-RevId: 40338113aafb29b341f8666f9a9c16d1a22adecb
Change-Id: I7375c8832731815322174c3e68b2f80c124de628
1 file changed
tree: 0e6296d2c491a12a0189afd2d5c1d7c5a675e752
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. 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.