Google.Rpc.LocalizedMessage (ex_sui v0.1.0)

View Source

Provides a localized error message that is safe to return to the user which can be attached to an RPC error.

Summary

Types

t()

@type t() :: %Google.Rpc.LocalizedMessage{
  __unknown_fields__: [Protobuf.unknown_field()],
  locale: String.t(),
  message: String.t()
}

Functions

descriptor()