LiveSessionUnsupportedMessageError
@available(watchOS, unavailable)
public struct LiveSessionUnsupportedMessageError : Error, Sendable, CustomNSErrorThe model sent a message that the SDK failed to parse.
This may indicate that the SDK version needs updating, a model is too old for the current SDK version, or that the model is just not supported.
Check the NSUnderlyingErrorKey entry in errorUserInfo
for the error that caused this.
-
Declaration
Swift
public var errorUserInfo: [String : Any] { get }