musixmatch.api.Error Class Reference
Inheritance diagram for musixmatch.api.Error:
Inheritance graph
Collaboration diagram for musixmatch.api.Error:
Collaboration graph

Public Member Functions

def __str__ (self)
 
def __repr__ (self)
 
def __str__ (self)
 
def __repr__ (self)
 
def __str__ (self)
 
def __repr__ (self)
 
def __str__ (self)
 
def __repr__ (self)
 

Detailed Description

Base musiXmatch API error.

>>> import musixmatch
>>> raise musixmatch.api.Error('Error message')
Traceback (most recent call last):
...
Error: Error message

Definition at line 28 of file musixmatch-master/build/lib/musixmatch/api.py.

Member Function Documentation

def musixmatch.api.Error.__repr__ (   self)
def musixmatch.api.Error.__repr__ (   self)

Definition at line 40 of file musixmatch-master/musixmatch/api.py.

def musixmatch.api.Error.__repr__ (   self)

Definition at line 40 of file Yading/musixmatch-master/musixmatch/api.py.

def musixmatch.api.Error.__repr__ (   self)
def musixmatch.api.Error.__str__ (   self)
def musixmatch.api.Error.__str__ (   self)
def musixmatch.api.Error.__str__ (   self)

Definition at line 37 of file musixmatch-master/musixmatch/api.py.

def musixmatch.api.Error.__str__ (   self)

Definition at line 37 of file Yading/musixmatch-master/musixmatch/api.py.


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