Defines structured errors for the DocuSign API client.
@type t() :: %DocuSign.Error{ __exception__: term(), body: map() | String.t() | nil, message: String.t() | nil, status: integer() | nil, type: atom() | nil }