JsonApiClient / json_api_client

Build client libraries compliant with specification defined by jsonapi.org
MIT License
361 stars 186 forks source link

Add extra error classes to handle server errors. #382

Closed emancu closed 3 years ago

emancu commented 3 years ago

In order to provide more granularity on the exceptions, we are adding some additional error classes for the common Server errors.

We also fixed the hierarchy for some client errors that were listed as server errors.

gaorlov commented 3 years ago

This is great! Can you please update the changelog md? Thanks for taking the time!

emancu commented 3 years ago

@gaorlov done!

gaorlov commented 3 years ago

1.19.0 is now live with your changes. Thanks for contributing!