Skip to content

Commit 3f0c43d

Browse files
authored
Merge pull request #621 from dynamsoft-docs/luna-18.2
add new error list
2 parents e10ac77 + e7085ec commit 3f0c43d

File tree

2 files changed

+32
-2
lines changed

2 files changed

+32
-2
lines changed

info/api/WebTwain_Viewer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2514,7 +2514,7 @@ interface pageNumberSettings {
25142514

25152515
## save
25162516

2517-
Keeps the image data in the browser canvas in sync with the buffer.
2517+
Keeps the image data in the browser editor in sync with the buffer.
25182518

25192519
**Syntax**
25202520
```typescript

info/api/appendix.md

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ permalink: /info/api/appendix.html
6969
|-2305 | User cancelled the operation |
7070
|-2306 | Upload Error: the upload file cannot be empty |
7171
|-2307 | The width or height you entered is invalid |
72-
|-2308 | The local dynamsoft service has been stopped |
72+
|-2308 | The Dynamsoft Service has been stopped |
7373
|-2309 | The LocalFile is emtpy in the Function |
7474
|-2310 | The Enumerations is out of range |
7575
|-2311 | The RemoteFile is emtpy in Barcode Download Function |
@@ -125,6 +125,36 @@ permalink: /info/api/appendix.html
125125
|-2369 | The module for Dynamic Web TWAIN has failed to download |
126126
|-2370 | The current product key is invalid, please contact the site administrator |
127127
|-2372 | You cannot convert more than one image to binary when the format is BMP, JPG or PNG |
128+
|-2612 | The devices must be an Array. |
129+
|-2614 | The Dynamsoft Service has been restarted. |
130+
|-2615 | User cancelled the operation. |
131+
|-2616 | Invalid image format type. |
132+
|-2617 | ShareImages is only supported on Android devices. |
133+
|-2618 | Only single index selection is allowed when enumImageType is set to BMP, JPG or PNG. |
134+
|-2619 | Only single index selection is allowed when enumImageFormatType is set to url. |
135+
|-2621 | Dynamsoft.DWT.Containers was not set. |
136+
|-2622 | Please do not set enumImageType to "IT_MULTIPAGE_PDF", "IT_MULTIPAGE_TIF" or "IT_ALL". |
137+
|-2800 | Please make sure the Dynamsoft Service has been installed. |
138+
|-2801 | Invalid response data was returned from the Dynamsoft Service. |
139+
|-2802 | The file dynamsoft.webtwain.config.js timed out while loading. |
140+
|-2803 | Loading the WebTwain JavaScript source files has failed. |
141+
|-2804 | Loading the WebTwain css files has failed. |
142+
|-2805 | Error: The "WebTwainId" is not a string. |
143+
|-2806 | Error: The argument passed to the parameter "conatinerId" is not a string. |
144+
|-2807 | Error: The element specified by the id XXX doesn't exist. |
145+
|-2812 | Error: Duplicate ID detected while creating a Dynamic Web TWAIN object. |
146+
|-2813 | Error: The ID of the target DIV for the new DWT object is invalid. |
147+
|-2814 | Error: The Dynamic Web TWAIN module is not installed. |
148+
|-2815 | Error: Duplicate ContainerId detected while creating a Dynamic Web TWAIN object. |
149+
|-2817 | The Connection from the insecure (HTTP) web page failed for HTST. |
150+
|-2818 | The Dynamsoft Service SSL certificate has expired. |
151+
|-2819 | The Dynamsoft Service SSL certificate is invalid. |
152+
|-2820 | The Connection from the insecure (HTTP) web page to the local "Dynamsoft Service" failed! |
153+
|-2821 | The Dynamsoft Servie is not ready, please try again later. |
154+
|-2822 | The WebTwain JavaScript lts.js load failed. |
155+
|-2823 | The http url redirected. |
156+
|-2824 | The Connection from the web page failed. Please make sure the Dynamsoft Service is running. |
157+
128158
|<= -3000 | See ErrorString property for details |
129159

130160
## Dynamsoft License Server Error List

0 commit comments

Comments
 (0)