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