| Code | Message |
|---|---|
| 10250 | To create a new envelope, please don't pass in an envelope fingerprint. |
| 10251 | You don't have the permission to be able to update an envelope. |
| 10252 | You don't have the permission to be able to delete an envelope. |
| 10253 | The envelope does not exist. Have you used the correct envelope fingerprint? |
| 10254 | No envelopes found. |
| 10255 | The title is missing. To be able to create a new envelope, you must provide a title. |
| 10256 | The party information is missing. To be able to create a new envelope, you must provide a JSON array of signing parties. |
| 10257 | The document information is missing. To be able to create a new envelope, you must provide a JSON array of documents. |
| 10258 | The party array is blank or empty. |
| 10259 | The party name is missing. |
| 10260 | The party email is missing. |
| 10261 | The party array is not an array. |
| 10262 | You have passed in more than one document in the array and at least one of the documents is a template. If you want to send a template out, you must only provide one document. |
| 10263 | The document title is missing. |
| 10264 | The document URL, document template fingerprint and document file content is missing. You need to provide one of them to be able to send out a document. |
| 10265 | The documents array is not an array. |
| 10266 | The document you have provided is not a supported file format. We support PDF, Word or Excel files. |
| 10267 | Unable to add a new envelope as you have reached your envelope limit for your current plan. |
| 10268 | The party role is missing. |
| 10269 | The party ID is missing. You are sending a template out yet you haven't added party_id's for each of your parties. |
| 10270 | You are sending a document however you haven't specified either document_url or document_file_content. |
| 10271 | The contents of document_file_content are not encoded using Base64. |
| 10272 | The party_id you have provided isn't a valid party for the template fingerprint you have provided. |
| 10273 | The envelope you are trying to expire doesn't have the correct status. The envelope can't be complete and must still be active. |
| 10274 | The envelope you are trying to cancel doesn't have the correct status. The envelope can't be complete and must still be active. |
| 10275 | The envelope you are trying to remind doesn't have the correct status. The envelope can't be complete and must still be active. |
| 10276 | At least one of the documents you are trying to send is corrupted. Please make sure that the document is a valid Word or PDF file. |
| 10277 | The envelope you are trying to delete doesn't have the correct status. The envelope can't still be active. |
| 10278 | When setting that an envelope needs to be automatically reminded, the number of hours need to be equal to or greater than 12. |
| 10279 | When setting that an envelope needs to be automatically expired, the number of hours need to be equal to or greater than 12. |
| 10280 | The user_id that you have passed in, doesn't exist within your Signable account. You can either choose a valid user_id or not pass a user_id in. |
| 10281 | The value that you have passed in for envelope_meta is not a valid JSON string. You can either omit it from the request or use a valid JSON string. |
| 10282 | The value that you have passed in for envelope_meta is more than 2000 characters. We only support up to 2000 characters for envelope_meta. |
| 10283 | The value for party_role must either start with the word signer (signer1, signer2, signer3 e.t.c) or be the word copy. |
| 10284 | Unable to send a new envelope as you don't have enough credits on your PAYG account. |
| 10285 | A document you have provided has failed our checks. This may mean that the PDF file is corrupt or not a valid (as per the PDF specification) PDF file. |
| 10286 | It isn't possible to send a mixture of both templates and uploads in the same envelope. These must be sent separately. |
| 10287 | The party email is invalid. |
| 10288 | The offset is limited to 1000, please use ?q= or ?status= as a query parameter to filter your required list of envelopes. For example, passing ?status=signed as a query parameter will return only signed envelopes. |
| 10289 | The document_file_name must be passed in and must be a string. This is the name of the file, including extension. |
| 10290 | Either document_url or document_file_content can be passed in, not both. Please make sure only one is passed in as part of the request. |
| 10291 | Party password cannot exist with an empty string. Please remove for the system to auto-generate a password, or make sure it has a valid value. |
| 10293 | Party mobile number cannot be empty when envelope_requires_otp is true. Please provide a valid mobile number (party_mobile). |
| 10294 | Party mobile number is invalid. Please provide a valid mobile number in E.164 format. |
| 10295 | Party mobile is not from a supported region. Only the following regions are currently supported: GB |
| 10297 | Party mobile must not be set if party role is 'copy'. |
| 10298 | Party mobile must not be provided when envelope_requires_otp is false. |
Last updated