The possible errors that can be handled by the DocuSign connector are:
Error | Description |
---|---|
MISSING_INPUT | A mandatory input variable was not provided. |
INVALID_INPUT | The input variable has an invalid type. |
UNKNOWN_ERROR | Unexpected runtime error. |
MISSING_SOURCE_FILE | Input file not found. |
MISSING_TARGET_FILE | Target file and folder not found. |
SIGNING_TIMEOUT | Signing document timeout. |
STATUS_NOT_FOUND | Error polling DocuSign for status. |
MISSING_TOKEN | Could not update or obtain token. |
ERROR_READING_FILE | Error reading input file. |
ENVELOPE_NOT_CREATED | Could not create envelope in DocuSign. |
ERROR_WRITING_FILE | Could not create or write result node. |
ERROR_RETRIEVING_FILE | Could not retrieve document from DocuSign. |
MISSING_ENVELOPE | The envelopeId is missing. |