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.
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.