Skip to content

Commit a7f5028

Browse files
daymxnandrewheard
andauthored
Update FirebaseAI/Sources/Types/Public/Live/LiveSessionErrors.swift
Co-authored-by: Andrew Heard <[email protected]>
1 parent 29dfd73 commit a7f5028

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

FirebaseAI/Sources/Types/Public/Live/LiveSessionErrors.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ public struct LiveSessionLostConnectionError: Error, Sendable, CustomNSError {
5757
/// The live session was closed, but not for a reason the SDK expected.
5858
///
5959
/// Check the `NSUnderlyingErrorKey` entry in ``errorUserInfo`` for the error that caused this.
60+
@available(iOS 15.0, macOS 12.0, macCatalyst 15.0, tvOS 15.0, *)
61+
@available(watchOS, unavailable)
6062
public struct LiveSessionUnexpectedClosureError: Error, Sendable, CustomNSError {
6163
let underlyingError: WebSocketClosedError
6264

0 commit comments

Comments
 (0)