MythTV  master
Public Member Functions | Public Attributes | List of all members
nv_python_libs.vimeo.oauth.oauth_api.OAuthError Class Reference
Inheritance diagram for nv_python_libs.vimeo.oauth.oauth_api.OAuthError:
Inheritance graph
[legend]
Collaboration diagram for nv_python_libs.vimeo.oauth.oauth_api.OAuthError:
Collaboration graph
[legend]

Public Member Functions

def __init__ (self, message='OAuth error occured.')
 

Public Attributes

 message
 

Detailed Description

Generic exception class.

Definition at line 38 of file oauth_api.py.

Constructor & Destructor Documentation

◆ __init__()

def nv_python_libs.vimeo.oauth.oauth_api.OAuthError.__init__ (   self,
  message = 'OAuth error occured.' 
)

Definition at line 40 of file oauth_api.py.

Member Data Documentation

◆ message

nv_python_libs.vimeo.oauth.oauth_api.OAuthError.message

Definition at line 41 of file oauth_api.py.

Referenced by musicbrainzngs.musicbrainz.WebServiceError.__str__().


The documentation for this class was generated from the following file: