nosinovacao / name-sdk

A dependencies management library designed to expose and access dependencies information.
BSD 3-Clause "New" or "Revised" License
14 stars 4 forks source link

The manifest should have a relevant error message when NAME is not installed on the target dependency #14

Closed Symbianx closed 7 years ago

Symbianx commented 7 years ago

Currently, when NAME is not installed on the target service dependency, the manifest outputs the message "Dependency Service is not reachable", this should be changed to return a relevant message, such as "NAME is not installed."

To do this, NAME should check if the header X-NAME-Manifest-Location is present when a service dependency check fails.