By gabesullice on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
8.x-2.x
Introduced in version:
8.x-2.0
Issue links:
Description:
JSON API places error objects under the top-level errors member of the response document when an error occurs.
All error objects now contain a new via link that corresponds with the URL that was the source of the error. This can be useful when debugging or logging errors because each error now contains information essential to identifying the cause of the error and/or reproducing it. It can also be useful when reattempting an operation that may have been caused by a temporary problem.
Impacts:
Module developers
Themers