Skip to content

Added much more descriptive error handling

Pre-release
Pre-release
Compare
Choose a tag to compare
@mattpolzin mattpolzin released this 11 Nov 07:48
8c3a82e

Added much more descriptive error handling for decoding of Resource Objects and JSON:API Documents.

DecodingError and JSONAPICodingError replaced by ResourceObjectDecodingError and DocumentDecodingError where appropriate in order to get more concise JSON:API-targeted error reporting. Any error handling that specifically targets DecodingError coming out of the JSONAPI framework will need to be revisited.