Skip to content

Commit

Permalink
Merge pull request #167 from digipost/add-error-code-for-unknown-batch
Browse files Browse the repository at this point in the history
Add error code to indicate batch not found
  • Loading branch information
post-svejk authored Jun 23, 2023
2 parents 2ba37a8 + e25dc3e commit cbffc21
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ public enum ErrorCode {
PEPPOL_ERROR(CLIENT_DATA),
PEPPOL_FILE_MUST_BE_XML(CLIENT_DATA),
UNKNOWN_PEPPOL_RECIPIENT(CLIENT_DATA),
UNKNOWN_BATCH(CLIENT_DATA),
;

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

0 comments on commit cbffc21

Please sign in to comment.