fi-0142: Invalid protocol transport type {:#fi-0142}

The @transport(...) attribute on a protocol declaration must not specify an invalid transport:

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

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

Use one of the supported transports instead:

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

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

What constitutes a supported transport is still being finalized. See the FIDL attributes for the latest information.