Skip to content

Commit 6277e76

Browse files
committed
update
1 parent cf43db5 commit 6277e76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firebase-ai/src/main/kotlin/com/google/firebase/ai/LiveGenerativeModel.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ internal constructor(
129129
throw ServiceConnectionHandshakeFailedException("Unable to connect to the server")
130130
}
131131
} catch (e: ClosedReceiveChannelException) {
132-
throw ServiceConnectionHandshakeFailedException("Error: Too many concurrent live requests", e)
132+
throw ServiceConnectionHandshakeFailedException("Channel was closed by the server", e)
133133
}
134134
}
135135

0 commit comments

Comments
 (0)