TrogonProto.Error.V1Alpha1.MessageOptions (Trogon.Proto v0.13.0)

Copy Markdown View Source

MessageOptions defines message-level options for error payload messages.

These annotations describe the Google RPC rich error details a runtime should emit for this payload. They are not a transport envelope; runtimes adapt the template into google.rpc.Status, google.rpc.ErrorInfo, google.rpc.Help, or equivalent protocol-native details.

Summary

Types

t()

@type t() :: %TrogonProto.Error.V1Alpha1.MessageOptions{
  __unknown_fields__: [Protobuf.unknown_field()],
  template: TrogonProto.Error.V1Alpha1.MessageOptions.Template.t() | nil
}

Functions

descriptor()