TeamFolderTeamSharedDropboxError

public enum TeamFolderTeamSharedDropboxError : CustomStringConvertible, JSONRepresentable

The TeamFolderTeamSharedDropboxError union

  • This action is not allowed for a shared team root.

    Declaration

    Swift

    case disallowed
  • An unspecified error.

    Declaration

    Swift

    case other
  • Declaration

    Swift

    public var description: String { get }