SharingUserError

public enum SharingUserError : CustomStringConvertible, JSONRepresentable

User account had a problem preventing this action.

  • This user’s email address is not verified. This functionality is only available on accounts with a verified email address. Users can verify their email address here https://www.dropbox.com/help/317.

    Declaration

    Swift

    case emailUnverified
  • An unspecified error.

    Declaration

    Swift

    case other
  • Declaration

    Swift

    public var description: String { get }