diff options
author | Thomas <> | 2025-01-27 16:10:45 +0100 |
---|---|---|
committer | Thomas <> | 2025-01-27 16:10:45 +0100 |
commit | 0bead0663c9f97adf37515a87a57f1f715603487 (patch) | |
tree | cd2878eaa6477cba9502d9fbdf7d5ed106ff1bab /eaaf_core/src/test/resources | |
parent | d779aeaf9ab0f00329f1fcd500a4c0181da4cbdf (diff) | |
download | EAAF-Components-0bead0663c9f97adf37515a87a57f1f715603487.tar.gz EAAF-Components-0bead0663c9f97adf37515a87a57f1f715603487.tar.bz2 EAAF-Components-0bead0663c9f97adf37515a87a57f1f715603487.zip |
feat(core): add HTTP status-code as a property in central error-handling configuration
Diffstat (limited to 'eaaf_core/src/test/resources')
-rw-r--r-- | eaaf_core/src/test/resources/config/error_conf.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/eaaf_core/src/test/resources/config/error_conf.yaml b/eaaf_core/src/test/resources/config/error_conf.yaml index 0536624e..7d7d358e 100644 --- a/eaaf_core/src/test/resources/config/error_conf.yaml +++ b/eaaf_core/src/test/resources/config/error_conf.yaml @@ -101,6 +101,7 @@ externalCode: 9199 logLevel: WARN writeThrowable: true + httpStatusCode: 400 internalCode: - module.binding.14 - module.binding.25 |