# `Milvex.Milvus.Proto.Common.CommandReply`

# `t`

```elixir
@type t() :: %Milvex.Milvus.Proto.Common.CommandReply{
  __unknown_fields__: [Protobuf.unknown_field()],
  command_id: String.t(),
  error_message: String.t(),
  payload: binary(),
  success: boolean()
}
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
