Google.Rpc.LocalizedMessage (ex_sui v0.1.0)
View SourceProvides a localized error message that is safe to return to the user which can be attached to an RPC error.
Summary
Types
@type t() :: %Google.Rpc.LocalizedMessage{ __unknown_fields__: [Protobuf.unknown_field()], locale: String.t(), message: String.t() }