fi-0102: Unresolvable member value {:#fi-0102}

The members of bits and enum declarations must be resolvable values of the specified subtype:

{% include “docs/reference/fidl/language/error-catalog/label/_bad.md” %}

{% includecode gerrit_repo="fuchsia/fuchsia" gerrit_path="tools/fidl/fidlc/tests/fidl/bad/fi-0102.test.fidl" exclude_regexp="\/\/ (Copyright 20|Use of|found in).*" %}

Ensure that all values match the underlying type of the declaration:

{% include “docs/reference/fidl/language/error-catalog/label/_good.md” %}

{% includecode gerrit_repo="fuchsia/fuchsia" gerrit_path="tools/fidl/fidlc/tests/fidl/good/fi-0102.test.fidl" exclude_regexp="\/\/ (Copyright 20|Use of|found in).*" %}