TrogonProto.Error.V1Alpha1.MessageOptions.Template (Trogon.Proto v0.8.1)

Copy Markdown View Source

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

t()

@type t() :: %TrogonProto.Error.V1Alpha1.MessageOptions.Template{
  __unknown_fields__: [Protobuf.unknown_field()],
  code: TrogonProto.Error.V1Alpha1.Code.t() | nil,
  domain: String.t() | nil,
  message: String.t() | nil,
  reason: String.t() | nil
}

Functions

descriptor()