LiveSessionSetupError
@available(watchOS, unavailable)
public struct LiveSessionSetupError : Error, Sendable, CustomNSErrorThe model refused our request to setup a live session.
This can occur due to the model not supporting the requested response modalities, the project not having access to the model, the model being invalid, or some internal error.
Check the NSUnderlyingErrorKey entry in errorUserInfo for the error
that caused this.
-
Declaration
Swift
public var errorUserInfo: [String : Any] { get }