SharedFolderMemberError

public enum SharedFolderMemberError : CustomStringConvertible, JSONRepresentable

The SharedFolderMemberError union

  • The target dropbox_id is invalid.

    Declaration

    Swift

    case invalidDropboxId
  • The target dropbox_id is not a member of the shared folder.

    Declaration

    Swift

    case notAMember
  • The target member only has inherited access to the shared folder.

    Declaration

    Swift

    case noExplicitAccess(Sharing.MemberAccessLevelResult)
  • An unspecified error.

    Declaration

    Swift

    case other
  • Declaration

    Swift

    public var description: String { get }