Google.Rpc.BadRequest.FieldViolation (ex_sui v0.1.0)

View Source

A message type used to describe a single bad request field.

Summary

Types

t()

@type t() :: %Google.Rpc.BadRequest.FieldViolation{
  __unknown_fields__: [Protobuf.unknown_field()],
  description: String.t(),
  field: String.t(),
  localized_message: Google.Rpc.LocalizedMessage.t() | nil,
  reason: String.t()
}

Functions

descriptor()