FirebaseAILogic Framework Reference

LiveSessionUnexpectedClosureError

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

The live session was closed, but not for a reason the SDK expected.

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

  • Declaration

    Swift

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