You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> Note: JavaScript in this section follows ECMAScript 5 for backward-compatibility reasons. Please modify the code to use modern features if you are targeting modern environments.
24
+
<ahref="{{site.baseurl}}assets/HelloWorld-Code.zip"class="orangeBgBtn">Download the Code of the Hello World</a>
25
+
26
+
> Note: JavaScript in this section follows ECMAScript 5 for backward-compatibility reasons. Please modify the code to use modern features if you are targeting modern environments.
|404|[Not Found](https://tools.ietf.org/html/rfc7231#section-6.5.4)|The provided job UID is invalid.|[`Error`](#error)|
515
515
|405|[Method Not Allowed](https://tools.ietf.org/html/rfc7231#section-6.5.5)|Method not allowed.|[`Error`](#error)|
516
-
|410|[Gone](https://tools.ietf.org/html/rfc7231#section-6.5.9)|Job deleted. Return 404 instead upon restart of the Dynamic Web TWAIN Service as that clears all job info.|[`Error`](#error)|
516
+
|410|[Gone](https://tools.ietf.org/html/rfc7231#section-6.5.9)|Job was deleted. Return 404 instead upon restart of the Dynamic Web TWAIN Service as that clears all job info.|[`Error`](#error)|
517
517
518
518
#### Response Examples
519
519
@@ -552,7 +552,7 @@ fetch(url, requestOptions)
552
552
```json
553
553
{
554
554
"code": -1034,
555
-
"message": "Job deleted.",
555
+
"message": "Job was deleted.",
556
556
"statusCode": 410
557
557
}
558
558
```
@@ -609,7 +609,7 @@ fetch(url, requestOptions)
609
609
|404|[Not Found](https://tools.ietf.org/html/rfc7231#section-6.5.4)|The provided job UID is invalid.|[`Error`](#error)|
610
610
|405|[Method Not Allowed](https://tools.ietf.org/html/rfc7231#section-6.5.5)|Method not allowed.|[`Error`](#error)|
611
611
|409|[Conflict](https://tools.ietf.org/html/rfc7231#section-6.5.8)|Attempted to cancel non-pending or non-running job, or update a non-pending job to running.|[`Error`](#error)|
612
-
|410|[Gone](https://tools.ietf.org/html/rfc7231#section-6.5.9)|Job deleted. Return 404 instead upon restart of the Dynamic Web TWAIN Service as that clears all job info.|[`Error`](#error)|
612
+
|410|[Gone](https://tools.ietf.org/html/rfc7231#section-6.5.9)|Job was deleted. Return 404 instead upon restart of the Dynamic Web TWAIN Service as that clears all job info.|[`Error`](#error)|
613
613
614
614
<!--#### Responses Data Schema
615
615
@@ -674,7 +674,7 @@ HTTP Status Code **200**
674
674
```json
675
675
{
676
676
"code": -1034,
677
-
"message": "Job deleted.",
677
+
"message": "Job was deleted.",
678
678
"statusCode": 410
679
679
}
680
680
```
@@ -798,7 +798,7 @@ fetch(url, requestOptions)
798
798
|404|[Not Found](https://tools.ietf.org/html/rfc7231#section-6.5.4)|The provided job UID is invalid.|[`Error`](#error)|
799
799
|405|[Method Not Allowed](https://tools.ietf.org/html/rfc7231#section-6.5.5)|Method not allowed.|[`Error`](#error)|
800
800
|409|[Conflict](https://tools.ietf.org/html/rfc7231#section-6.5.8)|Cannot be called when job is not pending.|[`Error`](#error)|
801
-
|410|[Gone](https://tools.ietf.org/html/rfc7231#section-6.5.9)|Job deleted. Return 404 instead upon restart of the Dynamic Web TWAIN Service as that clears all job info.|[`Error`](#error)|
801
+
|410|[Gone](https://tools.ietf.org/html/rfc7231#section-6.5.9)|Job was deleted. Return 404 instead upon restart of the Dynamic Web TWAIN Service as that clears all job info.|[`Error`](#error)|
802
802
803
803
#### Response Examples
804
804
@@ -855,7 +855,7 @@ fetch(url, requestOptions)
855
855
```json
856
856
{
857
857
"code": -1034,
858
-
"message": "Job deleted.",
858
+
"message": "Job was deleted.",
859
859
"statusCode": 410
860
860
}
861
861
```
@@ -1015,7 +1015,7 @@ fetch(url, requestOptions)
1015
1015
|204|[No Content](https://tools.ietf.org/html/rfc7231#section-6.3.5)|No more pages, scan done.|None|
1016
1016
|404|[Not Found](https://tools.ietf.org/html/rfc7231#section-6.5.4)|The provided job UID is invalid.|[`Error`](#error)|
1017
1017
|405|[Method Not Allowed](https://tools.ietf.org/html/rfc7231#section-6.5.5)|Method not allowed.|[`Error`](#error)|
1018
-
|410|[Gone](https://tools.ietf.org/html/rfc7231#section-6.5.9)|Job deleted. Return 404 instead upon restart of the Dynamic Web TWAIN Service as that clears all job info.|Inline|
1018
+
|410|[Gone](https://tools.ietf.org/html/rfc7231#section-6.5.9)|Job was deleted. Return 404 instead upon restart of the Dynamic Web TWAIN Service as that clears all job info.|Inline|
1019
1019
1020
1020
#### Response Examples
1021
1021
@@ -1089,7 +1089,7 @@ fetch(url, requestOptions)
1089
1089
```json
1090
1090
{
1091
1091
"code": -1034,
1092
-
"message": "Job deleted.",
1092
+
"message": "Job was deleted.",
1093
1093
"statusCode": 410
1094
1094
}
1095
1095
```
@@ -1141,7 +1141,7 @@ fetch(url, requestOptions)
1141
1141
|400|[Bad Request](https://tools.ietf.org/html/rfc7231#section-6.5.1)|Bad request, e.g. parameter is invalid.|[`Error`](#error)|
1142
1142
|404|[Not Found](https://tools.ietf.org/html/rfc7231#section-6.5.4)|The provided job UID is invalid.|[`Error`](#error)|
1143
1143
|405|[Method Not Allowed](https://tools.ietf.org/html/rfc7231#section-6.5.5)|Method not allowed.|[`Error`](#error)|
1144
-
|410|[Gone](https://tools.ietf.org/html/rfc7231#section-6.5.9)|Job deleted. Return 404 instead upon restart of the Dynamic Web TWAIN Service as that clears all job info.|[`Error`](#error)|
1144
+
|410|[Gone](https://tools.ietf.org/html/rfc7231#section-6.5.9)|Job was deleted. Return 404 instead upon restart of the Dynamic Web TWAIN Service as that clears all job info.|[`Error`](#error)|
1145
1145
1146
1146
#### Response Examples
1147
1147
@@ -1182,7 +1182,7 @@ fetch(url, requestOptions)
1182
1182
```json
1183
1183
{
1184
1184
"code": -1034,
1185
-
"message": "Job deleted.",
1185
+
"message": "Job was deleted.",
1186
1186
"statusCode": 410
1187
1187
}
1188
1188
```
@@ -1861,7 +1861,7 @@ fetch(url, requestOptions)
1861
1861
1862
1862
|HTTP Status Code |Meaning|Description|Data Schema|
0 commit comments