jclouds / legacy-jclouds-cli

https://jclouds.apache.org
Apache License 2.0
17 stars 5 forks source link

Return specific error codes where possible #40

Closed gaul closed 11 years ago

gaul commented 11 years ago

We use Unix errno values where it makes sense. Print the stack trace and return 255 when we have an internal error. We will need to return more specific errors from jclouds and jclouds-karaf for this commit to work well. References #36.