View Source DocuSign.Model.ErrorDetails (DocuSign v1.1.0)

This object describes errors that occur. It is only valid for responses and ignored in requests.

Link to this section Summary

Link to this section Types

@type t() :: %DocuSign.Model.ErrorDetails{
  errorCode: String.t() | nil,
  message: String.t() | nil
}