ListTeamAppsError

public enum ListTeamAppsError : CustomStringConvertible, JSONRepresentable

Error returned by linkedAppsListTeamLinkedApps.

  • Indicates that the cursor has been invalidated. Call linkedAppsListTeamLinkedApps again with an empty cursor to obtain a new cursor.

    Declaration

    Swift

    case reset
  • An unspecified error.

    Declaration

    Swift

    case other
  • Declaration

    Swift

    public var description: String { get }