fi-0060: Cannot resolve constant value {:#fi-0060}

Constant values must be resolvable to known values:

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

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

Make sure that the constant being used is a valid value:

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

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

This error often accompanies other errors, which provide more information on the nature of the non-resolvable expected constant.