Added much more descriptive error handling
Pre-release
Pre-release
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.