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 6767 - string
6868 - Destination cluster. Returned in the form
6969 ``<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
2828Response
2929--------
3030
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.
3233
3334.. include:: /includes/api/tables/progress-response.rst
3435
You can’t perform that action at this time.
0 commit comments