boonproject / boon

Simple opinionated Java for the novice to expert level Java Programmer. Low Ceremony. High Productivity.
http://richardhightower.github.io/site/Boon/Welcome.html
Apache License 2.0
520 stars 102 forks source link

Add getter for class org.boon.etcd.Response #365

Open nkorange opened 7 years ago

nkorange commented 7 years ago

Sometimes I want to know the exact errorCode and message of this Error but find no way to access to it. The class Response only has a method isError(). I think adding a getter method for Error can make the class Response more handy to use, what do you suggest guys?