Skip to content

Commit 2429404

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

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
@@ -81,6 +81,8 @@ public struct LiveSessionUnexpectedClosureError: Error, Sendable, CustomNSError
8181
/// the model being invalid, or some internal error.
8282
///
8383
/// Check the `NSUnderlyingErrorKey` entry in ``errorUserInfo`` for the error that caused this.
84+
@available(iOS 15.0, macOS 12.0, macCatalyst 15.0, tvOS 15.0, *)
85+
@available(watchOS, unavailable)
8486
public struct LiveSessionSetupError: Error, Sendable, CustomNSError {
8587
let underlyingError: Error
8688

0 commit comments

Comments
 (0)