Skip to content

Commit 8c99bf0

Browse files
author
Dave Cuthbert
authored
DOCSP-28129 error response (#112)
* DOCSP-28129 error response * DOCSP-28129 error response * DOCSP-28129 error response * DOCSP-28129 error response * DOCSP-28129 error response
1 parent ede01bd commit 8c99bf0

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

source/includes/api/tables/progress-response.rst

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,14 @@
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+

source/reference/api/progress.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ Request
2828
Response
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

0 commit comments

Comments
 (0)