MythTV  master
Classes | Variables
nv_python_libs.vimeo.vimeo_exceptions Namespace Reference

Classes

class  VimeoAllChannelError
 
class  VimeoAuthorizeTokenError
 
class  VimeoBaseError
 
class  VimeoHttpError
 
class  VimeoRequestTokenError
 
class  VimeoResponseError
 
class  VimeoUrlError
 
class  VimeoVideoNotFound
 
class  VimeoVideosSearchError
 

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__
 

Variable Documentation

◆ __title__

string nv_python_libs.vimeo.vimeo_exceptions.__title__ = "vimeo_exceptions - Custom exceptions used or raised by vimeo_api";
private

Definition at line 12 of file vimeo_exceptions.py.

◆ __author__

string nv_python_libs.vimeo.vimeo_exceptions.__author__ = "R.D. Vaughan"
private

Definition at line 13 of file vimeo_exceptions.py.

◆ __version__

string nv_python_libs.vimeo.vimeo_exceptions.__version__ = "v0.2.0"
private

Definition at line 14 of file vimeo_exceptions.py.

◆ __all__

list nv_python_libs.vimeo.vimeo_exceptions.__all__ = ["VimeoUrlError", "VimeoHttpError", "VimeoResponseError", "VimeoVideoNotFound", "VimeoRequestTokenError", "VimeoAuthorizeTokenError", "VimeoVideosSearchError", "VimeoAllChannelError", ]
private

Definition at line 18 of file vimeo_exceptions.py.

◆ __errmsgs__

dictionary nv_python_libs.vimeo.vimeo_exceptions.__errmsgs__
private
Initial value:
1 = {
2 '1': 'User not found - The user id or name was either not valid or not provided.',
3 '96': 'Invalid signature - The api_sig passed was not valid.',
4 '97': 'Missing signature - A signature was not passed.',
5 '98': 'Login failed / Invalid auth token - The login details or auth token passed were invalid.',
6 '100': 'Invalid API Key - The API key passed was not valid.',
7 '105': 'Service currently unavailable - The requested service is temporarily unavailable.',
8 '111': 'Format not found - The requested response format was not found.',
9 '112': 'Method not found - The requested method was not found.',
10 '301': 'Invalid consumer key - The consumer key passed was not valid.',
11 '302': 'Invalid / expired token - The oauth_token passed was either not valid or has expired.',
12 '303': 'Invalid signature - The oauth_signature passed was not valid.',
13 '304': 'Invalid nonce - The oauth_nonce passed has already been used.',
14 '305': 'Invalid signature - The oauth_signature passed was not valid.',
15 '306': 'Unsupported signature method - We do not support that signature method.',
16 '307': 'Missing required parameter - A required parameter was missing.',
17 '308': 'Duplicate parameter - An OAuth protocol parameter was duplicated.',
18 '901': 'Empty search - The search text cannot be empty.',
19 '999': 'Rate limit exceeded - Please wait a few minutes before trying again.',
20 }

Definition at line 20 of file vimeo_exceptions.py.