RevokeLinkedAppError

public enum RevokeLinkedAppError : CustomStringConvertible, JSONRepresentable

Error returned by linkedAppsRevokeLinkedApp.

  • Application not found.

    Declaration

    Swift

    case appNotFound
  • Member not found.

    Declaration

    Swift

    case memberNotFound
  • App folder removal is not supported.

    Declaration

    Swift

    case appFolderRemovalNotSupported
  • An unspecified error.

    Declaration

    Swift

    case other
  • Declaration

    Swift

    public var description: String { get }