diff options
author | Thomas <> | 2021-04-21 07:42:50 +0200 |
---|---|---|
committer | Thomas <> | 2021-04-21 07:42:50 +0200 |
commit | 3cbba3fcda614fa37357822d0eeb543c3e19276e (patch) | |
tree | 1941c8a1e78eaa4f9e93d247c9ec26657dd2da22 /eaaf_core/src/main/resources | |
parent | 2f5425491ac88ec4b65157ac85bde58fb7dce34c (diff) | |
download | EAAF-Components-3cbba3fcda614fa37357822d0eeb543c3e19276e.tar.gz EAAF-Components-3cbba3fcda614fa37357822d0eeb543c3e19276e.tar.bz2 EAAF-Components-3cbba3fcda614fa37357822d0eeb543c3e19276e.zip |
some small updates in central error-handling
Diffstat (limited to 'eaaf_core/src/main/resources')
-rw-r--r-- | eaaf_core/src/main/resources/messages/eaaf_core_messages.properties | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/eaaf_core/src/main/resources/messages/eaaf_core_messages.properties b/eaaf_core/src/main/resources/messages/eaaf_core_messages.properties index ff0be478..c5cb1bb1 100644 --- a/eaaf_core/src/main/resources/messages/eaaf_core_messages.properties +++ b/eaaf_core/src/main/resources/messages/eaaf_core_messages.properties @@ -5,3 +5,15 @@ builder.30=Decrypted bPK target: {0} does not match to required target: {1} builder.31=Encrypted bPK has a suspect format and consists of #{0} elements builder.32=bPK-target format must be full URI builder.33=bPK caluclation not possible. Reason: {0} + + + +process.01=Can not execute authentication process +process.02=Find no applicable authentication process for current state or user-selection. +process.03=Can not resume the authentication process. Reason: {0} +process.04=Can not execute authentication process. Problem with an internal state + +process.90=Forward to service-provider not possible, because it's not supported. + +process.98=Not supported internal state. Reason: {0} +process.99=Validation of RequestId: {0} FAILED. Reason: {1}
\ No newline at end of file |