jclouds / legacy-jclouds-cli

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

Return specific error codes where possible #37

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.

gaul commented 11 years ago

@iocanel @mark7 @amoghe What do you think about this commit?

gaul commented 11 years ago

@iocanel Maginatics would really like to get this into 1.5.7 release. If you do not object I will merge tomorrow.

iocanel commented 11 years ago

@andrewgaul: Seems awesome!