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 461e976 commit c72dfceCopy full SHA for c72dfce
roboflow/core/exceptions.py
@@ -25,7 +25,7 @@ class AnnotationUploadError(Exception):
25
message (str): A description of the error.
26
image_id (Optional[str]): The ID of the image associated with the error.
27
image_upload_time (Optional[datetime]): The timestamp when the image upload was attempted.
28
- image_retry_attempts (Optional[int]): The number of retry attempts made for the image upload before the error occurred.
+ image_retry_attempts (Optional[int]): The number of retry attempts made for the image upload.
29
"""
30
31
def __init__(
0 commit comments