philnash / bitly

🗜 A Ruby wrapper for the bit.ly API
https://rubygems.org/gems/bitly
MIT License
451 stars 139 forks source link

Allow accessing the error message directy #60

Closed foca closed 4 years ago

foca commented 10 years ago

Since there's no 1-1 mapping between Bit.ly's error codes and error messages, it's nice to be able to grab the error message as Bitly provides it, instead of having to parse the msg - code string.

filipegiusti commented 9 years ago

:+1: