thecodeteam / ecs-cf-service-broker

Cloud Foundry Service Broker for EMC ECS Object Storage
Apache License 2.0
29 stars 28 forks source link

Bug 152 no error message in response #165

Closed rogalv closed 4 years ago

rogalv commented 4 years ago

After upgrade to Spring Cloud Service Broker, errors from services didn't had an error description in response body. The issue turned out to be caused by missing error message in rethrown exceptions - so we had to pass the string as first constructor parameter.