From b84c99b013b81789de51002ea103a78419748c7f Mon Sep 17 00:00:00 2001 From: Thomas <> Date: Mon, 16 Jan 2023 12:15:49 +0100 Subject: =?UTF-8?q?chore(sl):=20add=20SL=20errorCode=20'6000=20Unklassifiz?= =?UTF-8?q?ierter=20Abbruch=20durch=20den=20B=C3=BCrger'=20as=20Info=20lev?= =?UTF-8?q?el=20too?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update to issue: #71 --- .../main/java/at/gv/egiz/pdfas/common/exceptions/SLPdfAsException.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdf-as-common/src/main/java/at/gv/egiz/pdfas/common/exceptions/SLPdfAsException.java b/pdf-as-common/src/main/java/at/gv/egiz/pdfas/common/exceptions/SLPdfAsException.java index f22fc134..74462a03 100644 --- a/pdf-as-common/src/main/java/at/gv/egiz/pdfas/common/exceptions/SLPdfAsException.java +++ b/pdf-as-common/src/main/java/at/gv/egiz/pdfas/common/exceptions/SLPdfAsException.java @@ -28,7 +28,7 @@ import java.util.List; public class SLPdfAsException extends PdfAsException { - private static final List ERRORCODES_ON_INFO_LEVEL = Arrays.asList(6001, 6002); + private static final List ERRORCODES_ON_INFO_LEVEL = Arrays.asList(6000, 6001, 6002); /** * -- cgit v1.2.3