RevokeSharedLinkError

public enum RevokeSharedLinkError : CustomStringConvertible, JSONRepresentable

The RevokeSharedLinkError 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
  • Shared link is malformed.

    Declaration

    Swift

    case sharedLinkMalformed
  • Declaration

    Swift

    public var description: String { get }