Skip to content

Commit

Permalink
Merge pull request #175 from digipost/add-missing-error-code-acc-deac…
Browse files Browse the repository at this point in the history
…tivated

Add missing error code ACCOUNT_DEACTIVATED
  • Loading branch information
hermanwh authored Nov 23, 2023
2 parents 3721ca5 + 057cd36 commit 57a3503
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ public enum ErrorCode {
NOTIFICATION_ADDRESSES_NOT_ALLOWED(CONFIGURATION),
ORGANISATION_LETTERS_PER_MONTH_EXCEEDED(CONFIGURATION),
DELIVERY_DATE_HISTORICAL(CONFIGURATION),
ACCOUNT_DEACTIVATED(CONFIGURATION),


// Client technical
Expand Down

0 comments on commit 57a3503

Please sign in to comment.