neovintage / zoho_invoice

Wrapper around the Zoho Invoice API
MIT License
6 stars 10 forks source link

Validation errors from the API are not surfacing #7

Open neovintage opened 11 years ago

neovintage commented 11 years ago

When you try to save an invoice and there's some kind of validation error from the Zoho service, there's no feedback on the object that the save didn't happen. We should probably create some kind of error method on the object that's trying to be saved.