class documentation

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 paper.PaperApiBaseError.insufficient_permissions: Your account does not have permissions to perform this action. This may be due to it only having access to Paper as files in the Dropbox filesystem. For more information, refer to the `Paper Migration Guide <https://www.dropbox.com/lp/developers/reference/paper-migration-guide>`_.

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

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

def is_other(self): (source)

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

insufficient_permissions = (source)

Undocumented

Undocumented

def _process_custom_annotations(self, annotation_type, field_path, processor): (source)
_catch_all: str = (source)

Undocumented