E-Signature Error Codes

If a REST operation fails, additional information about the error is available from both the response Error-Code header and the response body.

Signing Errors

CodeDescription
 1000Specifies that the resource ID that has been provided is not in a valid format.
 1001Specifies that the credentials provided for the signing are invalid.
 1002Specifies that the signer is not a member of the required group to perform the signing.
 1003Specifies that the user has already signed as the performer and is attempting to sign as the verifier. The same user cannot both sign and verify the same record.
 1004Specifies that the signer has been disallowed by the electronic signature system.
 1005Specifies that all signings have already been completed for the related signature record.
 1006Specifies that the signing information provided in the request body is malformed.
 1007Specifies that an unknown error has occurred during signing.

Record Creation Errors

CodeDescription
 1011Specifies that an invalid group name has been designated as the Performer Group.
 1012Specifies that an invalid group name has been designated as the Verifier Group.
 1013Specifies that no description has been provided for the signature.
 1014Specifies that a task, task step, or form ID was not included when the signature was created, and that the definition was not provided in the body.
 1015Specifies that a signature has not been configured for task, task step, or form indicated.