hellosign / hellosign-ruby-sdk

A Ruby SDK for HelloSign's API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Request: Parsable errors

jtmarmon opened this issue · comments

Right now errors are fairly useless except as a development tool. It's formatted as a big unparsable string you can't really do anything with.

It would be ideal if errors could be parsed, like getting the response body, the request uri, and the status code.

Also need to add some more info in the docs so we can see how to catch and interact with the errors

Resolved in #45