Created
November 1, 2012 01:35
-
-
Save EricWarnke/3991067 to your computer and use it in GitHub Desktop.
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
{ | |
"type" : "error", | |
"status" : 404, | |
"code" : "not_found", | |
"help_url" : "", | |
"message" : "Folder not found", | |
"request_id" : "7522414694f97d171b6aea" | |
} |
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
{ | |
"entries" : [ { | |
"code" : "item_name_in_use", | |
"context_info" : { | |
"conflicts" : [ { | |
"etag" : "69f62830ec74a2d4c7ee601bfc111f148cc23d91", | |
"id" : "2649370661", | |
"name" : [Removed], | |
"sequence_id" : "0", | |
"type" : "file" | |
} ] | |
}, | |
"help_url" : "http://developers.box.com/docs/#errors", | |
"message" : "Item with the same name already exists", | |
"request_id" : [Removed], | |
"status" : 409, | |
"type" : "error" | |
} ], | |
"total_count" : 1 | |
} |
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
{ | |
"type" : "error", | |
"status" : 404, | |
"code" : "not_found", | |
"help_url" : "http:\/\/developers.box.com\/docs\/#errors", | |
"message" : "Not Found", | |
"request_id" : [Removed] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment