DocuSign.Error exception (DocuSign v2.2.3)

View Source

Defines structured errors for the DocuSign API client.

Summary

Types

t()

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

Functions

new(env)