exception documentation

class InternalServerError(HttpError): (source)

View In Hierarchy

Errors due to a problem on Dropbox.

Method __repr__ Undocumented

Inherited from HttpError:

Method __init__ Undocumented
Instance Variable body Undocumented
Instance Variable status_code Undocumented

Inherited from DropboxException (via HttpError):

Method __str__ Undocumented
Instance Variable request_id Undocumented
def __repr__(self): (source)

Undocumented