class documentation

class RouteErrorResult(object): (source)

View In Hierarchy

The error result of a call to a route.

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 str obj_result: The result of a route not including the binary payload portion, if one exists.
Instance Variable obj_result Undocumented
Instance Variable request_id Undocumented
def __init__(self, request_id, obj_result): (source)

:param str request_id: A request_id can be shared with Dropbox Support to pinpoint the exact request that returns an error. :param str obj_result: The result of a route not including the binary payload portion, if one exists.

obj_result = (source)

Undocumented

request_id = (source)

Undocumented