Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
this allows accessing the HTTP status code of the response when an API returns a `ResponseException`. this was not possible through `getResponse` since `Response` itself is package-private and thus its members (even though they are marked as `public`) are not accessible to external consumers. as there's no test coverage for `ResponseException` i haven't added any for the new API either, as it is a trivial API and it was unclear how adding test coverage for it would fit into the existing test coverage. solves #749 Signed-off-by: Ralph Ursprung <Ralph.Ursprung@avaloq.com>
- Loading branch information