A generic error
item_name_invalidA Box-specific error code
Value is one of created,accepted,no_content,redirect,not_modified,bad_request,unauthorized,forbidden,not_found,method_not_allowed,conflict,precondition_failed,too_many_requests,internal_server_error,unavailable,item_name_invalid
http://developers.box.com/docs/#errorsA URL that links to more information about why this error occurred.
Method Not AllowedA short message describing the error.
abcdef123456A unique identifier for this response, which can be used when contacting Box support.
400The HTTP status of the response.
errorValue is always error
{
"code": "item_name_invalid",
"help_url": "http://developers.box.com/docs/#errors",
"message": "Method Not Allowed",
"request_id": "abcdef123456",
"status": 400,
"type": "error"
}