fi-0103: Unresolvable struct default value {:#fi-0103}

The default values for the members of struct declarations must match their respective member's stated type:

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

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

Ensure that the value matches the declared type:

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

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

Note: Default struct members have been removed by RFC-0160: Remove support for FIDL struct defaults, and are currently deprecated, with no new uses cases being supported. See fi-0050 for more information.