Skip to content

Commit

Permalink
add PROCESSING_TIMEOUT upload error code (#431)
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-codecov authored Dec 3, 2024
1 parent 4fb94c5 commit 27d6a8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions shared/upload/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@ class UploadErrorCode(StrEnum):
FILE_NOT_IN_STORAGE = "file_not_in_storage"
REPORT_EXPIRED = "report_expired"
REPORT_EMPTY = "report_empty"
PROCESSING_TIMEOUT = "processing_timeout"

# We don't want these - try to add error cases when they arise
UNKNOWN_PROCESSING = "unknown_processing"
Expand Down

0 comments on commit 27d6a8f

Please sign in to comment.