CreateSharedLinkError

public enum CreateSharedLinkError : CustomStringConvertible, JSONRepresentable

The CreateSharedLinkError union

  • An unspecified error.

    Declaration

    Swift

    case path(Files.LookupError)
  • An unspecified error.

    Declaration

    Swift

    case other
  • Declaration

    Swift

    public var description: String { get }