ListSharedLinksError

public enum ListSharedLinksError : CustomStringConvertible, JSONRepresentable

The ListSharedLinksError union

  • An unspecified error.

    Declaration

    Swift

    case path(Files.LookupError)
  • Indicates that the cursor has been invalidated. Call listSharedLinks to obtain a new cursor.

    Declaration

    Swift

    case reset
  • An unspecified error.

    Declaration

    Swift

    case other
  • Declaration

    Swift

    public var description: String { get }