MoveIntoVaultError

public enum MoveIntoVaultError : CustomStringConvertible, JSONRepresentable

The MoveIntoVaultError union

  • Moving shared folder into Vault is not allowed.

    Declaration

    Swift

    case isSharedFolder
  • An unspecified error.

    Declaration

    Swift

    case other
  • Declaration

    Swift

    public var description: String { get }