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 sharing.ShareFolderError.no_permission: The current user does not have permission to perform this action.

Method is_no_permission Check if the union tag is ``no_permission``.
Class Variable no_permission Undocumented
Method _process_custom_annotations Undocumented

Inherited from ShareFolderErrorBase:

Class Method bad_path Create an instance of this class set to the ``bad_path`` tag with value ``val``.
Method get_bad_path ``ShareFolderArg.path`` is invalid.
Method is_bad_path Check if the union tag is ``bad_path``.
Method is_disallowed_shared_link_policy Check if the union tag is ``disallowed_shared_link_policy``.
Method is_email_unverified Check if the union tag is ``email_unverified``.
Method is_other Check if the union tag is ``other``.
Method is_team_policy_disallows_member_policy Check if the union tag is ``team_policy_disallows_member_policy``.
Class Variable disallowed_shared_link_policy Undocumented
Class Variable email_unverified Undocumented
Class Variable other Undocumented
Class Variable team_policy_disallows_member_policy Undocumented
Class Variable _catch_all Undocumented
def is_no_permission(self): (source)

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

no_permission = (source)

Undocumented

def _process_custom_annotations(self, annotation_type, field_path, processor): (source)