[ermine] Disambiguate NotFound errors from accounts API This change disambiguates the NotFound error received from the accounts API depending upon the operation: enrollment or authentication. Fixed: 107963 Change-Id: Ic8a21bb60205315c545f88ee40f6dd532b1f96ec Reviewed-on: https://fuchsia-review.googlesource.com/c/experiences/+/717382 Commit-Queue: Auto-Submit <auto-submit@fuchsia-infra.iam.gserviceaccount.com> Fuchsia-Auto-Submit: Sanjay Chouksey <sanjayc@google.com> Reviewed-by: Jody Sankey <jsankey@google.com>
This is a companion repository to Fuchsia and contains code that either implements or supports user facing code for the Fuchsia platform. The code provides a majority of the user interface for the Workstation product as well as a small set of examples, tests, and benchmarks.
This repository is a “source petal” included in the Fuchsia Platform Source Tree (FPST) checkout. Code in this repository must be built with Fuchsia in order to be functional, see the guide for instructions on getting the source.
Hardware support should be considered experimental. However, NUC's and Pixelbooks are known to work best. For details on hardware setup see: Install Fuchsia on a Device
Once you have functional checkout you can configure a build targeting Workstation:
fx set workstation.<board> # For options run: `fx list-boards`
fx build
See Fuchsia's build and pave instructions for detailed instructions.
Once built, standard Fuchsia workflows for paving, running code, and testing apply. See: fx workflows for detailed instructions.