|
MythTV
0.25-pre
|
Classes | |
| class | VimeoBaseError |
| class | VimeoUrlError |
| class | VimeoHttpError |
| class | VimeoResponseError |
| class | VimeoVideoNotFound |
| class | VimeoRequestTokenError |
| class | VimeoAuthorizeTokenError |
| class | VimeoVideosSearchError |
| class | VimeoAllChannelError |
Variables | |
| string | __title__ = "vimeo_exceptions - Custom exceptions used or raised by vimeo_api" |
| string | __author__ = "R.D. Vaughan" |
| string | __version__ = "v0.2.0" |
| list | __all__ = ["VimeoUrlError", "VimeoHttpError", "VimeoResponseError", "VimeoVideoNotFound", "VimeoRequestTokenError", "VimeoAuthorizeTokenError", "VimeoVideosSearchError", "VimeoAllChannelError", ] |
| dictionary | __errmsgs__ |
| string nv_python_libs::vimeo::vimeo_exceptions::__title__ = "vimeo_exceptions - Custom exceptions used or raised by vimeo_api" |
Definition at line 12 of file vimeo_exceptions.py.
| string nv_python_libs::vimeo::vimeo_exceptions::__author__ = "R.D. Vaughan" |
Definition at line 13 of file vimeo_exceptions.py.
Definition at line 14 of file vimeo_exceptions.py.
| list nv_python_libs::vimeo::vimeo_exceptions::__all__ = ["VimeoUrlError", "VimeoHttpError", "VimeoResponseError", "VimeoVideoNotFound", "VimeoRequestTokenError", "VimeoAuthorizeTokenError", "VimeoVideosSearchError", "VimeoAllChannelError", ] |
Definition at line 18 of file vimeo_exceptions.py.
00001 { 00002 '1': u'User not found - The user id or name was either not valid or not provided.', 00003 '96': u'Invalid signature - The api_sig passed was not valid.', 00004 '97': u'Missing signature - A signature was not passed.', 00005 '98': u'Login failed / Invalid auth token - The login details or auth token passed were invalid.', 00006 '100': u'Invalid API Key - The API key passed was not valid.', 00007 '105': u'Service currently unavailable - The requested service is temporarily unavailable.', 00008 '111': u'Format not found - The requested response format was not found.', 00009 '112': u'Method not found - The requested method was not found.', 00010 '301': u'Invalid consumer key - The consumer key passed was not valid.', 00011 '302': u'Invalid / expired token - The oauth_token passed was either not valid or has expired.', 00012 '303': u'Invalid signature - The oauth_signature passed was not valid.', 00013 '304': u'Invalid nonce - The oauth_nonce passed has already been used.', 00014 '305': u'Invalid signature - The oauth_signature passed was not valid.', 00015 '306': u'Unsupported signature method - We do not support that signature method.', 00016 '307': u'Missing required parameter - A required parameter was missing.', 00017 '308': u'Duplicate parameter - An OAuth protocol parameter was duplicated.', 00018 '901': u'Empty search - The search text cannot be empty.', 00019 '999': u'Rate limit exceeded - Please wait a few minutes before trying again.', 00020 }
Definition at line 20 of file vimeo_exceptions.py.
1.7.6.1