diff options
author | Thomas <> | 2022-02-08 14:50:03 +0100 |
---|---|---|
committer | Thomas <> | 2022-02-08 14:50:03 +0100 |
commit | 33404685b1d8de14229f61ea5dfa1fbee6229916 (patch) | |
tree | e412aa017ce83773c3ad9d50d71ad099d4a84917 /eidas_modules/authmodule-eIDAS-v2/src/main/resources/messages | |
parent | a2baf085fcd3a1940585beb3f4a8acb2e4e5a461 (diff) | |
download | National_eIDAS_Gateway-33404685b1d8de14229f61ea5dfa1fbee6229916.tar.gz National_eIDAS_Gateway-33404685b1d8de14229f61ea5dfa1fbee6229916.tar.bz2 National_eIDAS_Gateway-33404685b1d8de14229f61ea5dfa1fbee6229916.zip |
feature(matching): finalize matching by residence search
Add ZMR communication and state validation for match-by-residence operation
Diffstat (limited to 'eidas_modules/authmodule-eIDAS-v2/src/main/resources/messages')
-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 188c5a8f..f1bf2128 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 @@ -23,5 +23,9 @@ module.eidasauth.matching.04=An error occurred while loading your data from offi 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.20=Matching be using residence information was canceled. Use another method for matching or create a new Austrian identity. +module.eidasauth.matching.21=Matching be using residence information failed by missing input information. Use another method for matching or create a new Austrian identity. +module.eidasauth.matching.22=Can not find an unique match by using residence information. Provide more or other data, use another method for matching, or create a new Austrian identity. + module.eidasauth.matching.99=Matching failed, because of an unexpected processing error. Reason: {0} |