We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0723840 commit 16d1ac0Copy full SHA for 16d1ac0
src/superannotate/lib/core/usecases/models.py
@@ -763,7 +763,7 @@ def execute(self):
763
image_ids=image_ids,
764
)
765
if not res.ok:
766
- # todo add error message in the response
+ self._response.errors = res.json().get("error")
767
return self._response
768
769
success_images = []
0 commit comments