diff options
author | Thomas <> | 2022-02-03 20:30:06 +0100 |
---|---|---|
committer | Thomas <> | 2022-02-08 09:37:23 +0100 |
commit | 8d4680da725db89c5fc11767d8892f3fb16aa0e7 (patch) | |
tree | f465dd222dac1592f4a62b2d5fa24a5fcfc7b57c /eidas_modules/authmodule-eIDAS-v2/src/main/resources | |
parent | 84bb45ecb417f6a92b7d8884048bd7901c6b1b42 (diff) | |
download | National_eIDAS_Gateway-8d4680da725db89c5fc11767d8892f3fb16aa0e7.tar.gz National_eIDAS_Gateway-8d4680da725db89c5fc11767d8892f3fb16aa0e7.tar.bz2 National_eIDAS_Gateway-8d4680da725db89c5fc11767d8892f3fb16aa0e7.zip |
test(core): fix broken tests after refactoring of ERnPClient API
Diffstat (limited to 'eidas_modules/authmodule-eIDAS-v2/src/main/resources')
-rw-r--r-- | eidas_modules/authmodule-eIDAS-v2/src/main/resources/messages/eidas_connector_message.properties | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/eidas_modules/authmodule-eIDAS-v2/src/main/resources/messages/eidas_connector_message.properties b/eidas_modules/authmodule-eIDAS-v2/src/main/resources/messages/eidas_connector_message.properties index 3ccfff19..188c5a8f 100644 --- a/eidas_modules/authmodule-eIDAS-v2/src/main/resources/messages/eidas_connector_message.properties +++ b/eidas_modules/authmodule-eIDAS-v2/src/main/resources/messages/eidas_connector_message.properties @@ -20,4 +20,8 @@ module.eidasauth.matching.02=Matching failed, because ZMR response contains hist module.eidasauth.matching.03=Matching failed in workflow step: {0} with error: {1} module.eidasauth.matching.04=An error occurred while loading your data from official registers. Please contact the support. +module.eidasauth.matching.11=Matching failed, because of an ERnP communication error. Reason: {0} +module.eidasauth.matching.12=Matching failed, because ERnP response contains historic information which is not supported. + module.eidasauth.matching.99=Matching failed, because of an unexpected processing error. Reason: {0} + |