SharedLinkError

public enum SharedLinkError : CustomStringConvertible, JSONRepresentable

The SharedLinkError union

  • The shared link wasn’t found.

    Declaration

    Swift

    case sharedLinkNotFound
  • The caller is not allowed to access this shared link.

    Declaration

    Swift

    case sharedLinkAccessDenied
  • This type of link is not supported; use files instead.

    Declaration

    Swift

    case unsupportedLinkType
  • An unspecified error.

    Declaration

    Swift

    case other
  • Declaration

    Swift

    public var description: String { get }