# `CMDC.Backend.Results.FileDownloadResponse`
[🔗](https://github.com/tuplehq/cmdc/blob/v0.4.0/lib/cmdc/backend/results.ex#L241)

`backend.download_files/1` 单文件结果。

# `t`

```elixir
@type t() :: %CMDC.Backend.Results.FileDownloadResponse{
  content: binary() | nil,
  error: nil | atom() | String.t(),
  path: String.t()
}
```

# `error`

```elixir
@spec error(String.t(), atom() | String.t()) :: t()
```

# `ok`

```elixir
@spec ok(String.t(), binary()) :: t()
```

---

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