exception documentation

Errors produced by the Dropbox API.

Method __init__ :param (str) request_id: A request_id can be shared with Dropbox Support to pinpoint the exact request that returns an error. :param error: An instance of the error data type for the route. :param (str) user_message_text: A human-readable message that can be displayed to the end user...
Method __repr__ Undocumented
Instance Variable error Undocumented
Instance Variable user_message_locale Undocumented
Instance Variable user_message_text Undocumented

Inherited from DropboxException:

Method __str__ Undocumented
Instance Variable request_id Undocumented
def __init__(self, request_id, error, user_message_text, user_message_locale): (source)

:param (str) request_id: A request_id can be shared with Dropbox Support to pinpoint the exact request that returns an error. :param error: An instance of the error data type for the route. :param (str) user_message_text: A human-readable message that can be displayed to the end user. Is None, if unavailable. :param (str) user_message_locale: The locale of ``user_message_text``, if present.

def __repr__(self): (source)

Undocumented

Undocumented

user_message_locale = (source)

Undocumented

user_message_text = (source)

Undocumented