fi-0052: Name not found {:#fi-0052}

This error occurs when you use a name that the FIDL compiler cannot find.

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

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

To fix this, either remove the name that's not found:

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

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

or define the name that's not found:

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