| 
  • If you are citizen of an European Union member nation, you may not use this service unless you are at least 16 years old.

  • You already know Dokkio is an AI-powered assistant to organize & manage your digital files & messages. Very soon, Dokkio will support Outlook as well as One Drive. Check it out today!

View
 

Error Codes and Messages

Page history last edited by Twitvid Support 13 years, 8 months ago

<< Back to Twitvid API Documentation

 

Status Codes

The TwitVid API attempts to return appropriate status codes for every request.

 

  • 1111 OK: Success!
  • 1001 Not Authorized: Twitter authentication credentials were missing or incorrect
  • 1002 Bad File: File data is missing or corrupt
  • 1003 Wrong File Type: File extension is not allowed
  • 1004 File Is Too Large: File is longer than 2Gb
  • 1006 Wrong ID: Specified dedia ID is invalid
  • 1007 Wrong Method: Requested API method does not exist
  • 1013 Parameter Error: At least one of the parameters sent is invalid
  • 1005, 1008-1012, 1014: Internal Errors


Error Messages

When the TwitVid API returns error messages, it does so in your requested format. For example, an error from an XML method might look like this:

 

         <?xml version='1.0' encoding='UTF-8'?>

         <rsp status='fail'>

               <err code='1001' msg='Invalid twitter username or password'/>

</rsp>>

 

<< Back to Twitvid API Documentation

Comments (0)

You don't have permission to comment on this page.