FirebaseAILogic Framework Reference

LiveSessionLostConnectionError

@available(iOS 15.0, macOS 12.0, tvOS 15.0, *)
@available(watchOS, unavailable)
public struct LiveSessionLostConnectionError : Error, Sendable, CustomNSError

The live session was closed, because the network connection was lost.

Check the NSUnderlyingErrorKey entry in errorUserInfo for the error that caused this.

  • Declaration

    Swift

    public var errorUserInfo: [String : Any] { get }