PlanetKitConferenceExceptionType

@objc
@frozen
public enum PlanetKitConferenceExceptionType : Int
extension PlanetKitConferenceExceptionType: CustomStringConvertible

An enumeration representing different types of exceptions that can occur in a PlanetKit conference event.

  • No exception occurred.

    Declaration

    Swift

    case none
  • The exception occurred because a peer used an unsupported feature.

    Declaration

    Swift

    case peerUsedUnsupportedFeature
  • The exception occurred due to a user-related issue.

    Declaration

    Swift

    case user

CustomStringConvertible

  • A textual representation of PlanetKitConferenceExceptionType instance.

    Declaration

    Swift

    public var description: String { get }