fi-0147: @available missing arguments {:#fi-0147}

This error occurs when you use the @available attribute and don't provide the necessary arguments. @available requires at least one of added, deprecated, or removed.

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

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

To fix this issue, add one of the required arguments:

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

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

See FIDL versioning for more information.