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

`backend.edit/4` 返回。

# `t`

```elixir
@type t() :: %CMDC.Backend.Results.EditResult{
  error: nil | atom() | String.t(),
  files_update: map() | nil,
  occurrences: non_neg_integer() | nil,
  path: String.t() | nil
}
```

# `error`

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

# `ok`

```elixir
@spec ok(String.t(), non_neg_integer(), map() | nil) :: t()
```

---

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