File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 67
67
- string
68
68
- Destination cluster. Returned in the form
69
69
``<cluster name>: <host>:<port> ``.
70
-
70
+
71
+ * - ``error ``
72
+ - string
73
+ - If an error occurred, indicates the name of the error. This field
74
+ is omitted when the call to the endpoint is successful.
75
+
76
+ * - ``errorDescription ``
77
+ - string
78
+ - If an error occurred, gives a detailed description of the error.
79
+ This field is omitted when the call to the endpoint is successful
80
+
Original file line number Diff line number Diff line change @@ -28,7 +28,8 @@ Request
28
28
Response
29
29
--------
30
30
31
- All response fields are wrapped in a top-level ``progress`` object.
31
+ All response fields are wrapped in a top-level ``progress`` object. The
32
+ endpoint returns either an updated status or an error.
32
33
33
34
.. include:: /includes/api/tables/progress-response.rst
34
35
You can’t perform that action at this time.
0 commit comments