fi-0152: Invalid platform {:#fi-0152}

This error occurs when you use invalid characters for the platform argument of an @available attribute. The platform argument must be a valid FIDL library identifier.

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

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

To fix this error, remove the disallowed characters:

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

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