Skip to content

fix: no `Response` thrown, only `Error`

Christian Ribeaud requested to merge portal-804 into dev

Error thrown might contain a Response. openapi-generator changed exception handling as throwing anything else than an Error is considered as an anti-pattern.

Merge request reports