Template defines the static error template for a message that can be adapted into a runtime 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.
Summary
Types
@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() }