Created
September 13, 2017 17:12
-
-
Save pranavkulkarni/9e4493488ddeb23a076aa17b0721f413 to your computer and use it in GitHub Desktop.
Fetch HTTP error in compose step: the-duke-compose-step-fail-example-2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"composeStatus": { | |
"pass": false, | |
"erroneousFields": { | |
"item": { | |
"state": "rejected", | |
"reason": { | |
"message": "400 CONT_0001 Item does not exist or is inaccessible. http://www.arcgis.com/sharing/rest/content/items/fd1e856ba4f74cb5bc04e54e3fdf9e76?f=json", | |
"url": "http://www.arcgis.com/sharing/rest/content/items/fd1e856ba4f74cb5bc04e54e3fdf9e76?f=json", | |
"statusCode": 400 | |
} | |
} | |
} | |
}, | |
"item": { | |
"message": "400 CONT_0001 Item does not exist or is inaccessible. http://www.arcgis.com/sharing/rest/content/items/fd1e856ba4f74cb5bc04e54e3fdf9e76?f=json", | |
"url": "http://www.arcgis.com/sharing/rest/content/items/fd1e856ba4f74cb5bc04e54e3fdf9e76?f=json", | |
"statusCode": 400 | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment