~osclone-developers/flubtitles/alpha

« back to all changes in this revision

Viewing changes to data/statuscodes.py

  • Committer: swick at 2flub
  • Date: 2011-02-22 15:12:51 UTC
  • Revision ID: swick@2flub.org-20110222151251-nsjsh0yrn1nolqa2
Moving to REST

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
 
statuscodes = {
3
 
 
4
 
    "200": "OK",
5
 
 
6
 
    "401": "Unauthorized",
7
 
    "402": "Subtitles has invalid format",
8
 
    "403": "SubHashes (content and sent subhash) are not same!",
9
 
    "404": "Subtitles has invalid language!",
10
 
    "405": "Not all mandatory parameters was specified",
11
 
    "406": "No session",
12
 
    "407": "Download limit reached",
13
 
    "408": "Invalid parameters",
14
 
    "409": "Method not found",
15
 
    "410": "Other or unknown error",
16
 
    "411": "Empty or invalid useragent",
17
 
    "412": "%s has invalid format (reason)",
18
 
    "413": "Invalid ImdbID",
19
 
    "414": "Invalid Token",
20
 
    "415": "Invalid Input data given",
21
 
    "416": "Malformed eMail address",
22
 
    "417": "User exists",
23
 
    "418": "User does not exist"
24
 
 
25
 
}