Examples

·

1 min read

Table of contents

No heading

No headings in the article.

{ "name": "ERROR_NAME", "message": "Error message.", "debug_id": "debug_ID", "details": [ { "field": "field_name", "value": "value_passed", "location": "field_location", "issue": "problem_with_field", "description": "Error description." } ], "links": [ { "error_documentation_link", "rel": "information_link", "encType": "application/json" } ] }

{ "error": "ERROR_NAME", "error_description": "ERROR_DESCRIPTION" }