# `CMDC.Backend.Results.FileUploadResponse`
[🔗](https://github.com/tupleyun/cmdc/blob/v0.5.3/lib/cmdc/backend/results.ex#L200)

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

# `t`

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

# `error`

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

# `ok`

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

---

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