Skip to content

Commit

Permalink
add PROCESSING_TIMEOUT upload error code (#3522)
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-codecov authored Dec 3, 2024
1 parent a9d3bbd commit f192e1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/shared/utils/commit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ export const ErrorCodeEnum = {
fileNotFoundInStorage: 'FILE_NOT_IN_STORAGE',
reportExpired: 'REPORT_EXPIRED',
reportEmpty: 'REPORT_EMPTY',
processingTimeout: 'PROCESSING_TIMEOUT',

unknownProcessing: 'UNKNOWN_PROCESSING',
unknownStorage: 'UNKNOWN_STORAGE',
Expand Down

0 comments on commit f192e1f

Please sign in to comment.