Skip to content

Commit 2d0c92b

Browse files
committed
[PRMP-1085] Update GP2GP error message for clarity
1 parent a3eaaac commit 2d0c92b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lambdas/enums/document_review_reason.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ class DocumentReviewReason(StrEnum):
77
DUPLICATE_RECORD = "Duplicate records error"
88
FILE_COUNT_MISMATCH = "More or less files than we expected"
99
FILE_NAME_MISMATCH = "Filename Naming convention error"
10-
GP2GP_ERROR = "GP2GP error (placeholder)"
10+
GP2GP_ERROR = "GP2GP failure"
1111
GENERAL_ERROR = "General error"

0 commit comments

Comments
 (0)