Warnings and Errors
If an error or warning occurs, we'll return either an error or warning object in the JSON response. These can also be viewed in the API Reference documentation.
Example Warning
A response may contain one or more warnings. Check out the list of warning names below to learn more about the possible values of warning_name and their meaning. Here is an example of the JSON structure of the response:
{
"warnings": [
{
"warning_msg": "This SignatureRequest will be placed on hold until the user confirms their email address.",
"warning_name": "unconfirmed"
}
]
}