Skip to content

Commit

Permalink
Merge pull request #169 from digipost/add-missing-error-code
Browse files Browse the repository at this point in the history
Add ErrorCode returned from the API when accessing resources with unknown users in request body
  • Loading branch information
hermanwh authored Oct 4, 2023
2 parents cbffc21 + 31bfeaf commit 57ad6df
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ public enum ErrorCode {
PEPPOL_FILE_MUST_BE_XML(CLIENT_DATA),
UNKNOWN_PEPPOL_RECIPIENT(CLIENT_DATA),
UNKNOWN_BATCH(CLIENT_DATA),
UNKNOWN_USER(CLIENT_DATA),
;

private static final Map<String, ErrorCode> errorByName = new HashMap<>(); static {
Expand Down

0 comments on commit 57ad6df

Please sign in to comment.