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.
{
'1': u'User not found - The user id or name was either not valid or not provided.',
'96': u'Invalid signature - The api_sig passed was not valid.',
'97': u'Missing signature - A signature was not passed.',
'98': u'Login failed / Invalid auth token - The login details or auth token passed were invalid.',
'100': u'Invalid API Key - The API key passed was not valid.',
'105': u'Service currently unavailable - The requested service is temporarily unavailable.',
'111': u'Format not found - The requested response format was not found.',
'112': u'Method not found - The requested method was not found.',
'301': u'Invalid consumer key - The consumer key passed was not valid.',
'302': u'Invalid / expired token - The oauth_token passed was either not valid or has expired.',
'303': u'Invalid signature - The oauth_signature passed was not valid.',
'304': u'Invalid nonce - The oauth_nonce passed has already been used.',
'305': u'Invalid signature - The oauth_signature passed was not valid.',
'306': u'Unsupported signature method - We do not support that signature method.',
'307': u'Missing required parameter - A required parameter was missing.',
'308': u'Duplicate parameter - An OAuth protocol parameter was duplicated.',
'901': u'Empty search - The search text cannot be empty.',
'999': u'Rate limit exceeded - Please wait a few minutes before trying again.',
}
Definition at line 20 of file vimeo_exceptions.py.
1.6.3