contentful/testdata/error-nameUnknown.json
Cyrill Schumacher 737de35f34 Extend errors in type Collection, update http2curl path
http2curl moved to a new import path.
type Collection has two new fields which might contain errors.
Those fields are optional to check if some structure on contentful
backend side was incorrectly configured.
2019-11-26 09:02:12 +01:00

20 lines
438 B
JSON

{
"sys": {
"type": "Error",
"id": "InvalidQuery"
},
"message": "The query you sent was invalid. Probably a filter or ordering specification is not applicable to the type of a field.",
"details": {
"errors": [
{
"name": "unknown",
"path": [
"name"
],
"details": "The path \"name\" is not recognized"
}
]
},
"requestId": "33b477ec47188a1aa83cb510f4a8bd7b"
}