aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Lenz <thomas.lenz@egiz.gv.at>2021-09-28 19:07:28 +0200
committerThomas Lenz <thomas.lenz@egiz.gv.at>2021-09-28 19:07:28 +0200
commit876a6ffa92febc318c1708b752d9cb8d32d90138 (patch)
tree96d2a5afd6905d23447380d9f2513f27911280f4
parent48fac95b944583b50b1933de21a07a4f806b66d7 (diff)
downloadmoa-id-spss-876a6ffa92febc318c1708b752d9cb8d32d90138.tar.gz
moa-id-spss-876a6ffa92febc318c1708b752d9cb8d32d90138.tar.bz2
moa-id-spss-876a6ffa92febc318c1708b752d9cb8d32d90138.zip
add new external errorCode to distiguish between no and empty response
-rw-r--r--id/server/modules/moa-id-module-ehvd_integration/src/main/resources/resources/properties/protocol_response_statuscodes.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/id/server/modules/moa-id-module-ehvd_integration/src/main/resources/resources/properties/protocol_response_statuscodes.properties b/id/server/modules/moa-id-module-ehvd_integration/src/main/resources/resources/properties/protocol_response_statuscodes.properties
index 5c98c199b..d3ba65c11 100644
--- a/id/server/modules/moa-id-module-ehvd_integration/src/main/resources/resources/properties/protocol_response_statuscodes.properties
+++ b/id/server/modules/moa-id-module-ehvd_integration/src/main/resources/resources/properties/protocol_response_statuscodes.properties
@@ -4,6 +4,6 @@ test.02=zzzyyyxxx
ehvd.00=7000
ehvd.01=7001
ehvd.02=7001
-ehvd.03=7001
+ehvd.03=7003
ehvd.04=7002
ehvd.99=7099 \ No newline at end of file