Skip to content

Commit

Permalink
Merge pull request #182 from digipost/new-error-code
Browse files Browse the repository at this point in the history
Error code for duplicate document in same batch
  • Loading branch information
hermanwh authored Mar 22, 2024
2 parents f43cf1f + 0b84eda commit f553e49
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ public enum ErrorCode {
CONTENT_OF_PRINT_MESSAGE_MUST_BE_PDF(CLIENT_DATA),
DUPLICATE_MESSAGE(CLIENT_DATA),
DUPLICATE_DOCUMENT_ID(CLIENT_DATA),
DUPLICATE_DOCUMENT_ID_FOR_BATCH(CLIENT_DATA),
FILE_TOO_LARGE(CLIENT_DATA),
ILLEGAL_HTML_CONTENT(CLIENT_DATA),
BAD_CONTENT(CLIENT_DATA),
Expand Down

0 comments on commit f553e49

Please sign in to comment.