# `DocuSign.Error`
[🔗](https://github.com/neilberkman/docusign_elixir/blob/v3.4.0/lib/docusign/error.ex#L1)

Defines structured errors for the DocuSign API client.

# `t`

```elixir
@type t() :: %DocuSign.Error{
  __exception__: true,
  body: map() | String.t() | nil,
  message: String.t() | nil,
  status: integer() | nil,
  type: atom() | nil
}
```

# `new`

---

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