From 0bead0663c9f97adf37515a87a57f1f715603487 Mon Sep 17 00:00:00 2001 From: Thomas <> Date: Mon, 27 Jan 2025 16:10:45 +0100 Subject: feat(core): add HTTP status-code as a property in central error-handling configuration --- eaaf_core/src/test/resources/config/error_conf.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'eaaf_core/src/test/resources') 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 -- cgit v1.2.3