Invalid Video ID

Returns a 404 error when an invalid video ID is specified in the video method.

Error Path

http://api.mtvnservices.com/1/video/invalid_video_id/

Examples

http://api.mtvnservices.com/1/video/21

ATOM Return

<?xml version="1.0" encoding="iso-8859-1"?>
<entry xmlns="http://www.w3.org/2005/Atom">
<id>http://api.mtvnservices.com/1/video/invalid_video_id/</id>
<updated>2008-09-29T10:04:40.221-04:00</updated>
<title>Invalid Video ID</title>
<author>
<name>MTVN Content API</name>
<uri>http://api.mtvnservices.com/1/</uri>
</author>
<link rel="self" type="application/atom+xml" href="http://api.mtvnservices.com/1/video/invalid_video_id/"/>
<content>Sorry, there is no video for that ID.</content>
</entry>

Comments

New comments are not being accepted at this time.