# `TrogonProto.Error.V1Alpha1.MessageOptions.Template`
[🔗](https://github.com/straw-hat-team/beam-monorepo/blob/trogon_proto@v0.13.1/apps/trogon_proto/lib/__generated__/trogon/error/v1alpha1/options.pb.ex#L1)

Template defines the static error template for a message that can be
adapted into a runtime Google RPC error representation.

These fields are intentionally language-neutral so both Elixir and Go
runtimes can derive their native error template APIs from the same proto
annotation.

# `t`

```elixir
@type t() :: %TrogonProto.Error.V1Alpha1.MessageOptions.Template{
  __unknown_fields__: [Protobuf.unknown_field()],
  code: TrogonProto.Error.V1Alpha1.Code.t(),
  domain: String.t(),
  help_links: [TrogonProto.Error.V1Alpha1.MessageOptions.HelpLink.t()],
  message: String.t(),
  metadata: [TrogonProto.Error.V1Alpha1.MessageOptions.MetadataEntry.t()],
  reason: String.t(),
  visibility: TrogonProto.Error.V1Alpha1.Visibility.t()
}
```

# `descriptor`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
