Skip to content
Last updated

CodeMessage
10250To create a new envelope, please don't pass in an envelope fingerprint.
10251You don't have the permission to be able to update an envelope.
10252You don't have the permission to be able to delete an envelope.
10253The envelope does not exist. Have you used the correct envelope fingerprint?
10254No envelopes found.
10255The title is missing. To be able to create a new envelope, you must provide a title.
10256The party information is missing. To be able to create a new envelope, you must provide a JSON array of signing parties.
10257The document information is missing. To be able to create a new envelope, you must provide a JSON array of documents.
10258The party array is blank or empty.
10259The party name is missing.
10260The party email is missing.
10261The party array is not an array.
10262You 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.
10263The document title is missing.
10264The 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.
10265The documents array is not an array.
10266The document you have provided is not a supported file format. We support PDF, Word or Excel files.
10267Unable to add a new envelope as you have reached your envelope limit for your current plan.
10268The party role is missing.
10269The party ID is missing. You are sending a template out yet you haven't added party_id's for each of your parties.
10270You are sending a document however you haven't specified either document_url or document_file_content.
10271The contents of document_file_content are not encoded using Base64.
10272The party_id you have provided isn't a valid party for the template fingerprint you have provided.
10273The envelope you are trying to expire doesn't have the correct status. The envelope can't be complete and must still be active.
10274The envelope you are trying to cancel doesn't have the correct status. The envelope can't be complete and must still be active.
10275The envelope you are trying to remind doesn't have the correct status. The envelope can't be complete and must still be active.
10276At 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.
10277The envelope you are trying to delete doesn't have the correct status. The envelope can't still be active.
10278When setting that an envelope needs to be automatically reminded, the number of hours need to be equal to or greater than 12.
10279When setting that an envelope needs to be automatically expired, the number of hours need to be equal to or greater than 12.
10280The 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.
10281The 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.
10282The value that you have passed in for envelope_meta is more than 2000 characters. We only support up to 2000 characters for envelope_meta.
10283The value for party_role must either start with the word signer (signer1, signer2, signer3 e.t.c) or be the word copy.
10284Unable to send a new envelope as you don't have enough credits on your PAYG account.
10285A 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.
10286It isn't possible to send a mixture of both templates and uploads in the same envelope. These must be sent separately.
10287The party email is invalid.
10288The 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.
10289The document_file_name must be passed in and must be a string. This is the name of the file, including extension.
10290Either 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.
10291Party 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.
10293Party mobile number cannot be empty when envelope_requires_otp is true. Please provide a valid mobile number (party_mobile).
10294Party mobile number is invalid. Please provide a valid mobile number in E.164 format.
10295Party mobile is not from a supported region. Only the following regions are currently supported: GB
10297Party mobile must not be set if party role is 'copy'.
10298Party mobile must not be provided when envelope_requires_otp is false.