class documentation

There is an error accessing the file requests functionality. This class acts as a tagged union. Only one of the ``is_*`` methods will return true. To get the associated value of a tag (if one exists), use the corresponding ``get_*`` method. :ivar file_requests.GeneralFileRequestsError.disabled_for_team: This user's Dropbox Business team doesn't allow file requests.

Method is_disabled_for_team Check if the union tag is ``disabled_for_team``.
Method is_other Check if the union tag is ``other``.
Class Variable disabled_for_team Undocumented
Class Variable other Undocumented
Method _process_custom_annotations Undocumented
Class Variable _catch_all Undocumented
def is_disabled_for_team(self): (source)

Check if the union tag is ``disabled_for_team``. :rtype: bool

def is_other(self): (source)

Check if the union tag is ``other``. :rtype: bool

disabled_for_team = (source)

Undocumented

Undocumented

_catch_all: str = (source)

Undocumented