new DocusignTokenError(messageopt, typeopt, codeopt, subcodeopt, traceIDopt)
- Source:
DocusignTokenError
error.
DocusignTokenError represents an error received from a Docusign's token
endpoint.
References:
- https://www.docusign.com/p/RESTAPIGuide/RESTAPIGuide.htm#OAuth2/OAuth2 Response Codes.htm
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
message |
string |
<optional> |
|
type |
string |
<optional> |
|
code |
number |
<optional> |
|
subcode |
number |
<optional> |
|
traceID |
string |
<optional> |