Skip to content

Commit 8e2b4cc

Browse files
author
Matt Sokoloff
committed
added table describing bulk import errors to sphinx docs
1 parent 2cd9a4e commit 8e2b4cc

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

labelbox/schema/bulk_import_request.py

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,22 @@ def errors(self) -> Optional[List[Dict[str, str]]]:
135135
Returns:
136136
Empty list if there are no errors and None if the update is still running.
137137
If there are errors, and the job has completed then a list of dicts containing the error messages will be returned.
138+
See below table for detailed response fields.
139+
140+
.. list-table::
141+
:widths: 15 150
142+
:header-rows: 1
143+
144+
* - Field
145+
- Description
146+
* - uuid
147+
- Specifies the annotation for the status row.
148+
* - dataRow
149+
- JSON object containing the Labelbox data row ID for the annotation.
150+
* - status
151+
- Indicates SUCCESS or FAILURE.
152+
* - errors
153+
- An array of error messages included when status is FAILURE. Each error has a name, message and optional (can be null) additional_info.
138154
139155
* This information will expire after 24 hours.
140156
"""

0 commit comments

Comments
 (0)