aboutsummaryrefslogtreecommitdiff
path: root/pdf-as-common
diff options
context:
space:
mode:
Diffstat (limited to 'pdf-as-common')
-rw-r--r--pdf-as-common/src/main/java/at/gv/egiz/pdfas/common/exceptions/ErrorConstants.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/pdf-as-common/src/main/java/at/gv/egiz/pdfas/common/exceptions/ErrorConstants.java b/pdf-as-common/src/main/java/at/gv/egiz/pdfas/common/exceptions/ErrorConstants.java
index 6ad65d42..14e1027e 100644
--- a/pdf-as-common/src/main/java/at/gv/egiz/pdfas/common/exceptions/ErrorConstants.java
+++ b/pdf-as-common/src/main/java/at/gv/egiz/pdfas/common/exceptions/ErrorConstants.java
@@ -8,7 +8,9 @@ public interface ErrorConstants {
public static final long ERROR_NO_BACKEND = 10002;
// Signature Errors
+ public static final long ERROR_SIG_FAILED_OPEN_KS = 11002;
public static final long ERROR_SIG_INVALID_STATUS = 11004;
+
public static final long ERROR_SIG_INVALID_BKU_SIG = 11008;
public static final long ERROR_SIG_INVALID_PROFILE = 11009;
@@ -18,4 +20,5 @@ public interface ErrorConstants {
// Configuration Errors:
public static final long ERROR_SET_INVALID_SETTINGS_OBJ = 13001;
+ public static final long ERROR_INVALID_CERTIFICATE = 13002;
}