You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As an openEHR_SDK user, I want to have access to the original error message from ehrbase, in case I submitted an invalid composition and ehrbase rejects the composition with HTTP 400, which leads to a WrongStatusCodeException in the openEHR_SDK.
Background
As an openEHR_SDK user, I want to have access to the original error message from ehrbase, in case I submitted an invalid composition and ehrbase rejects the composition with HTTP 400, which leads to a
WrongStatusCodeException
in the openEHR_SDK.At the moment, the error message from EHRbase get's concatenated with additional information here https://github.com/ehrbase/openEHR_SDK/blame/5cba04bce86e8a6fec6592dd3db7fed71063ed30/util/src/main/java/org/ehrbase/openehr/sdk/util/exception/WrongStatusCodeException.java#L29.
Enhancement
Change
WrongeStatusCodeException
to something like thisDiscussion
No response
Further information
No response
The text was updated successfully, but these errors were encountered: