Google.Rpc.BadRequest (ex_sui v0.1.0)

View Source

Describes violations in a client request. This error type focuses on the syntactic aspects of the request.

Summary

Types

t()

@type t() :: %Google.Rpc.BadRequest{
  __unknown_fields__: [Protobuf.unknown_field()],
  field_violations: [Google.Rpc.BadRequest.FieldViolation.t()]
}

Functions

descriptor()