diff options
author | Thomas <> | 2023-04-11 12:36:16 +0200 |
---|---|---|
committer | Thomas <> | 2023-04-11 12:36:16 +0200 |
commit | eb9753090223c512c030a6daa13dcd4e0c5886d8 (patch) | |
tree | 1dc3de91af441f3afaa8f109d9aad44895cc2b0a /pdf-as-common/src/main/resources | |
parent | b3f3e25dfd9e750ff7fb9ecd14057677a66d926b (diff) | |
download | pdf-as-4-eb9753090223c512c030a6daa13dcd4e0c5886d8.tar.gz pdf-as-4-eb9753090223c512c030a6daa13dcd4e0c5886d8.tar.bz2 pdf-as-4-eb9753090223c512c030a6daa13dcd4e0c5886d8.zip |
chore(pdf-as-web): optimize error-handling
Before, PDFASExceptions are dispalyed as generic errors
Diffstat (limited to 'pdf-as-common/src/main/resources')
-rw-r--r-- | pdf-as-common/src/main/resources/resources/messages/error.properties | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pdf-as-common/src/main/resources/resources/messages/error.properties b/pdf-as-common/src/main/resources/resources/messages/error.properties index 4f67fff6..6ed97e59 100644 --- a/pdf-as-common/src/main/resources/resources/messages/error.properties +++ b/pdf-as-common/src/main/resources/resources/messages/error.properties @@ -21,6 +21,7 @@ 11017=Failed to retrieve certificate 11018=Given Alias contains no private key 11019=Signature was created for wrong certificate +11020=Failed to process PDF document. Reason: {0} 13001=Invalid Configuration Objects 13002=Given certificate is invalid |