Skip to content

Fix error returned from Partition Feature Flag Implementation

Deepa Kumari requested to merge dk/az-fix-partition-error-feature-flag into master

As per #73 (closed), whenever an incorrect data-partition-id was being sent in the storage request, feature flag status fetching fails and the error is masked and converted to 500.

Fixing that behavior to contain the exception returned from Partition Service.

Edited by Deepa Kumari

Merge request reports